# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "BARE encoding, see https://baremessages.org/" maintainer: ["simon cruanes"] authors: ["simon cruanes"] license: "MIT" tags: ["encoding" "binary" "bare"] homepage: "https://github.com/c-cube/bare-ocaml" bug-reports: "https://github.com/c-cube/bare-ocaml/issues" dev-repo: "git+https://github.com/c-cube/bare-ocaml" depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.08"} "qtest" {with-test & >= "2.10"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] url { src: "https://github.com/c-cube/bare-ocaml/archive/v0.1.1.tar.gz" checksum: [ "md5=c719df0092afbc5f75784ab359732ca0" "sha512=6447f7241c75e749f201521b3599314afaad02a0ef3a81a2f689cda556115b2c8a79b871a5ae8500b75a70b0e9437193f6d418a9b30d8ef30cf2f29774005d0c" ] }