this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "BARE encoding, see https://baremessages.org/" 4maintainer: ["simon cruanes"] 5authors: ["simon cruanes"] 6license: "MIT" 7tags: ["encoding" "binary" "bare"] 8homepage: "https://github.com/c-cube/bare-ocaml" 9bug-reports: "https://github.com/c-cube/bare-ocaml/issues" 10dev-repo: "git+https://github.com/c-cube/bare-ocaml" 11depends: [ 12 "dune" {>= "2.8"} 13 "ocaml" {>= "4.08"} 14 "qtest" {with-test & >= "2.10"} 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31url { 32 src: "https://github.com/c-cube/bare-ocaml/archive/v0.1.1.tar.gz" 33 checksum: [ 34 "md5=c719df0092afbc5f75784ab359732ca0" 35 "sha512=6447f7241c75e749f201521b3599314afaad02a0ef3a81a2f689cda556115b2c8a79b871a5ae8500b75a70b0e9437193f6d418a9b30d8ef30cf2f29774005d0c" 36 ] 37}