opam-version: "2.0" synopsis: "A basic execution runner for cmdlang based on stdlib.arg" maintainer: ["Mathieu Barbin "] authors: ["Mathieu Barbin"] license: "MIT" homepage: "https://github.com/mbarbin/cmdlang" doc: "https://mbarbin.github.io/cmdlang/" bug-reports: "https://github.com/mbarbin/cmdlang/issues" depends: [ "dune" {>= "3.16"} "ocaml" {>= "4.14"} "cmdlang" {= version} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/mbarbin/cmdlang.git" url { src: "https://github.com/mbarbin/cmdlang/releases/download/0.0.8/cmdlang-0.0.8.tbz" checksum: [ "sha256=d28ebdf0d0405681a3227dce48946e15060190c616b8e404503fe54576c19cf7" "sha512=57cf44ed4e9d35099ed6e5b67785a1ca21b6e301bb8cd4692b87b1ac420a6bd82e20fa4e639f14cb93a151e63dfbb24f00072ab87bf2463aff70e5b7e9fc0ed9" ] } x-commit-hash: "4e10ab22c86e703edfd744c5214e88407652e415"