···11+opam-version: "2.0"
22+maintainer: ["thomas@gazagnaire.org"]
33+authors: ["Thomas Gazagnaire" "Hannes Mehnert"]
44+homepage: "https://github.com/mirage/cmdliner-stdlib"
55+bug-reports: "https://github.com/mirage/cmdliner-stdlib/issues/"
66+dev-repo: "git+https://github.com/mirage/cmdliner-stdlib.git"
77+license: "ISC"
88+tags: ["org:mirage"]
99+doc: "https://mirage.github.io/cmdliner-stdlib/"
1010+1111+build: [
1212+ ["dune" "subst"] {dev}
1313+ ["dune" "build" "-p" name "-j" jobs]
1414+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
1515+]
1616+1717+depends: [
1818+ "ocaml" {>= "4.08.0"}
1919+ "dune" {>= "2.9.0"}
2020+ "cmdliner" {>= "1.0.0"}
2121+]
2222+synopsis: "A collection of cmdliner terms to control OCaml runtime parameters"
2323+description: """
2424+Cmdliner-stdlib is a package that provides a collection of cmdliner terms
2525+to control the OCaml runtime parameters. This is typically done with environment
2626+variables, but there are situations where such an environment is not accessible,
2727+like in MirageOS. This package enables the configuration and manipulation of
2828+runtime parameters in these contexts, improving the flexibility of applications
2929+built on these platforms.
3030+"""
3131+url {
3232+ src:
3333+ "https://github.com/mirage/cmdliner-stdlib/releases/download/1.0.1/cmdliner-stdlib-1.0.1.tbz"
3434+ checksum: [
3535+ "sha256=19b5b963c21b6fe98d2f62e404e53611c3bcc7baf538efd01f598ef928257aae"
3636+ "sha512=bfb47467967e662e22163de0714642eb3a4cec05c85e0d76b0a5eebe75e2d3b1a3273432b58e1e4ab078026597182dd9d517832405bf00ef02d7751d0b3c9ece"
3737+ ]
3838+}
3939+x-commit-hash: "4b815099967f3a5184a08ff7d6ea511fd83e8c57"