this repo has no description
1opam-version: "2.0" 2synopsis: "Convert cmdlang Parsers to core.command" 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" {>= "5.2"} 12 "base" {>= "v0.17" & < "v0.18"} 13 "cmdlang" {= version} 14 "core" {>= "v0.17" & < "v0.18"} 15 "ppx_compare" {>= "v0.17" & < "v0.18"} 16 "ppx_enumerate" {>= "v0.17" & < "v0.18"} 17 "ppx_expect" {>= "v0.17" & < "v0.18"} 18 "ppx_hash" {>= "v0.17" & < "v0.18"} 19 "ppx_here" {>= "v0.17" & < "v0.18"} 20 "ppx_let" {>= "v0.17" & < "v0.18"} 21 "ppx_sexp_conv" {>= "v0.17" & < "v0.18"} 22 "ppx_sexp_value" {>= "v0.17" & < "v0.18"} 23 "ppxlib" {>= "0.33"} 24 "stdio" {>= "v0.17" & < "v0.18"} 25 "odoc" {with-doc} 26] 27build: [ 28 ["dune" "subst"] {dev} 29 [ 30 "dune" 31 "build" 32 "-p" 33 name 34 "-j" 35 jobs 36 "@install" 37 "@runtest" {with-test} 38 "@doc" {with-doc} 39 ] 40] 41dev-repo: "git+https://github.com/mbarbin/cmdlang.git" 42description: """\ 43 44[Cmdlang_to_base] allows translating command line programs specified 45with [cmdlang] into [core.command] commands suitable for execution. 46 47[core.command]: https://github.com/janestreet/core 48 49""" 50tags: [ "cli" "cmdlang" "core.command" ] 51x-maintenance-intent: [ "(latest)" ] 52url { 53 src: 54 "https://github.com/mbarbin/cmdlang/releases/download/0.0.9/cmdlang-0.0.9.tbz" 55 checksum: [ 56 "sha256=44fc0027cc27a8d6b511bbde81b0d31306ec1a3d599476d5bd058510f39e87ef" 57 "sha512=e1a18905ff6035eb4c44aed71df0e3d42b8277db9a6e98fe571a3b17428c9ef0a26006cb27b729a60208a8357398decc6a8601caca74dabd2e6de7636bc60b31" 58 ] 59} 60x-commit-hash: "c9c2c1773e374f61f890b4ae36d09a1195010a4c"