playground/ocaml/cmdlinerEg/cmdlinerEg.opam

23 lines
335 B
Plaintext

# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
depends: [
"ocaml"
"cmdliner"
"dune" {>= "3.7" & with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]