32 lines
861 B
Plaintext
32 lines
861 B
Plaintext
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
synopsis: "OCaml library/executable to TODO"
|
|
description: "refdepcounting is an OCaml library/executable to TODO."
|
|
maintainer: ["Léo Andrès <contact@ndrs.fr>"]
|
|
authors: ["Léo Andrès <contact@ndrs.fr>"]
|
|
license: "ISC"
|
|
tags: ["refdepcounting" "TODO" "TODO" "TODO" "TODO"]
|
|
homepage: "https://git.zapashcanon.fr/zapashcanon/refdepcounting"
|
|
doc: "https://doc.zapashcanon.fr/refdepcounting"
|
|
bug-reports: "https://git.zapashcanon.fr/zapashcanon/refdepcounting/issues"
|
|
depends: [
|
|
"dune" {>= "3.0"}
|
|
"ocaml" {>= "4.08"}
|
|
"odoc" {with-doc}
|
|
]
|
|
build: [
|
|
["dune" "subst"] {dev}
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"@install"
|
|
"@runtest" {with-test}
|
|
"@doc" {with-doc}
|
|
]
|
|
]
|
|
dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/refdepcounting.git"
|