this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #24053 from samoht/release-cmdliner-stdlib-1.0.0

[new release] cmdliner-stdlib (1.0.0)

authored by

Anil Madhavapeddy and committed by
GitHub
853c9035 df444d4b

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