this repo has no description
1opam-version: "2.0"
2maintainer: ["thomas@gazagnaire.org"]
3authors: ["Thomas Gazagnaire" "Hannes Mehnert"]
4homepage: "https://github.com/mirage/cmdliner-stdlib"
5bug-reports: "https://github.com/mirage/cmdliner-stdlib/issues/"
6dev-repo: "git+https://github.com/mirage/cmdliner-stdlib.git"
7license: "ISC"
8tags: ["org:mirage"]
9doc: "https://mirage.github.io/cmdliner-stdlib/"
10
11build: [
12 ["dune" "subst"] {dev}
13 ["dune" "build" "-p" name "-j" jobs]
14 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
15]
16
17depends: [
18 "ocaml" {>= "4.08.0"}
19 "dune" {>= "2.9.0"}
20 "cmdliner" {>= "1.0.0"}
21]
22synopsis: "A collection of cmdliner terms to control OCaml runtime parameters"
23description: """
24Cmdliner-stdlib is a package that provides a collection of cmdliner terms
25to control the OCaml runtime parameters. This is typically done with environment
26variables, but there are situations where such an environment is not accessible,
27like in MirageOS. This package enables the configuration and manipulation of
28runtime parameters in these contexts, improving the flexibility of applications
29built on these platforms.
30"""
31url {
32 src:
33 "https://github.com/mirage/cmdliner-stdlib/releases/download/1.0.1/cmdliner-stdlib-1.0.1.tbz"
34 checksum: [
35 "sha256=19b5b963c21b6fe98d2f62e404e53611c3bcc7baf538efd01f598ef928257aae"
36 "sha512=bfb47467967e662e22163de0714642eb3a4cec05c85e0d76b0a5eebe75e2d3b1a3273432b58e1e4ab078026597182dd9d517832405bf00ef02d7751d0b3c9ece"
37 ]
38}
39x-commit-hash: "4b815099967f3a5184a08ff7d6ea511fd83e8c57"