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" 10depends: [ 11 "dune" {>= "2.8"} 12 "ocaml" {>= "4.08"} 13 "qtest" {with-test & >= "2.10"} 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/c-cube/bare-ocaml.git" 31url { 32 src: "https://github.com/c-cube/bare-ocaml/archive/v0.2.tar.gz" 33 checksum: [ 34 "md5=b68abd81d504ca80f362cd5fb647e32c" 35 "sha512=b397b51b84fb154d4fb4722fcba0b8322036f6966ffb1f45b68c022d8bc41cd03f7f1eb8401fb68ba23da8afcd4e2a5910dc8f27ca0f3343c9e9796602f0e886" 36 ] 37}