You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
362 B
24 lines
362 B
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
license: "ISC"
|
|
depends: [
|
|
"dune" {>= "2.8"}
|
|
"ocaml" {>= "4.08"}
|
|
"directories"
|
|
"scfg"
|
|
"odoc" {with-doc}
|
|
]
|
|
build: [
|
|
["dune" "subst"] {dev}
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"@install"
|
|
"@runtest" {with-test}
|
|
"@doc" {with-doc}
|
|
]
|
|
]
|
|
|