···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.0/cmdliner-stdlib-1.0.0.tbz"
3434+ checksum: [
3535+ "sha256=5e8986fd8d86a6df0e5031e58ac2dafd738c41767ce4ca08059659246ce8313a"
3636+ "sha512=c693e60d79f0977122afad7b5dc1a273db692985c47b40d9a47372b3c3fbbfbce1a33d5808dcd0df21c45b4341d993c145e0033716cf07dfd20dd2ad5ba21d8f"
3737+ ]
3838+}
3939+x-commit-hash: "6494fb865e0596e4db11a8c4c824eaa87ffd4db6"