this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Simple, customizable, dependency free parser combinator library" 4description: 5 "An angstrom clone with no dependencies designed to be simple and customizable" 6maintainer: ["Travis Staloch"] 7authors: ["Travis Staloch"] 8license: "MIT" 9tags: ["topics" "parser combinator"] 10homepage: "https://github.com/travisstaloch/combinaml" 11bug-reports: "https://github.com/travisstaloch/combinaml/issues" 12depends: [ 13 "ocaml" {>= "4.08"} 14 "dune" {>= "3.8"} 15 "ppx_expect" 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/travisstaloch/combinaml.git" 33url { 34 src: 35 "https://github.com/travisstaloch/combinaml/archive/refs/tags/0.1.tar.gz" 36 checksum: [ 37 "md5=610ac827bba47d42b01999838834a62c" 38 "sha512=be88187bcd3720a75466cba146f8073d31b38e918e7b5fde91fdbc24f934361364f95b06adccd655e70cb23b8b4defdb19448aa766fa0790c9e3941bfe728dda" 39 ] 40}