# 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" 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} ] ] dev-repo: "git+https://github.com/c-cube/bare-ocaml.git" url { src: "https://github.com/c-cube/bare-ocaml/archive/v0.2.tar.gz" checksum: [ "md5=b68abd81d504ca80f362cd5fb647e32c" "sha512=b397b51b84fb154d4fb4722fcba0b8322036f6966ffb1f45b68c022d8bc41cd03f7f1eb8401fb68ba23da8afcd4e2a5910dc8f27ca0f3343c9e9796602f0e886" ] }