this repo has no description
1opam-version: "2.0" 2synopsis: "A basic execution runner for cmdlang based on stdlib.arg" 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 "cmdlang" {= version} 13 "odoc" {with-doc} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "@install" 25 "@runtest" {with-test} 26 "@doc" {with-doc} 27 ] 28] 29dev-repo: "git+https://github.com/mbarbin/cmdlang.git" 30url { 31 src: 32 "https://github.com/mbarbin/cmdlang/releases/download/0.0.8/cmdlang-0.0.8.tbz" 33 checksum: [ 34 "sha256=d28ebdf0d0405681a3227dce48946e15060190c616b8e404503fe54576c19cf7" 35 "sha512=57cf44ed4e9d35099ed6e5b67785a1ca21b6e301bb8cd4692b87b1ac420a6bd82e20fa4e639f14cb93a151e63dfbb24f00072ab87bf2463aff70e5b7e9fc0ed9" 36 ] 37} 38x-commit-hash: "4e10ab22c86e703edfd744c5214e88407652e415"