this repo has no description
1opam-version: "2.0" 2synopsis: "Cucumber BDD for OCaml" 3description: "Cucumber BDD for OCaml using the gherkin-c library to parse" 4maintainer: ["cyocum@gmail.com"] 5authors: ["Christopher Guy Yocum"] 6license: "MIT" 7homepage: "https://github.com/cucumber/cucumber.ml" 8bug-reports: "https://github.com/cucumber/cucumber.ml/issues" 9depends: [ 10 "dune" {>= "3.2"} 11 "re" {>= "1.9.0"} 12 "base" {>= "v0.15.1"} 13 "cmdliner" {>= "1.1"} 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/cucumber/cucumber.ml.git" 31url { 32 src: 33 "https://github.com/cucumber/cucumber.ml/releases/download/v1.0.4/cucumber-1.0.4.tbz" 34 checksum: [ 35 "sha256=33f76b60aed4aa8789c9cce8647dac6bf60ea9f3071a8096dda456e20f5c8734" 36 "sha512=72aa34e95e05740f4205c3468c614dc8691e491ceed3d508cdc64d75549faff48e5587b4629bc515e4d43d7f4c55e00790898171213dd2d504f52253228ace93" 37 ] 38} 39x-commit-hash: "318a3d660ebfc2ba25d2bb0ba5966277973edc49"