this repo has no description
1opam-version: "2.0" 2synopsis: "Convert cmdlang Parsers to climate" 3maintainer: ["Mathieu Barbin <opensource@mbarbin.org>"] 4authors: ["Mathieu Barbin"] 5license: "MIT" 6homepage: "https://github.com/mbarbin/cmdlang" 7doc: "https://mbarbin.github.io/cmdlang/" 8bug-reports: "https://github.com/mbarbin/cmdlang/issues" 9depends: [ 10 "dune" {>= "3.16"} 11 "ocaml" {>= "4.14"} 12 "climate" {>= "0.1.0" & < "0.5.0"} 13 "cmdlang" {= version} 14 "odoc" {with-doc} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://github.com/mbarbin/cmdlang.git" 31url { 32 src: 33 "https://github.com/mbarbin/cmdlang/releases/download/0.0.8/cmdlang-0.0.8.tbz" 34 checksum: [ 35 "sha256=d28ebdf0d0405681a3227dce48946e15060190c616b8e404503fe54576c19cf7" 36 "sha512=57cf44ed4e9d35099ed6e5b67785a1ca21b6e301bb8cd4692b87b1ac420a6bd82e20fa4e639f14cb93a151e63dfbb24f00072ab87bf2463aff70e5b7e9fc0ed9" 37 ] 38} 39x-commit-hash: "4e10ab22c86e703edfd744c5214e88407652e415"