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.3.tar.gz" 33 checksum: [ 34 "md5=6ef8ffc8de96ae13250bff503e26104b" 35 "sha512=3df1a909154084bb7f2bd6dcbb80b408777397ab7dc240eaba257fc0414f408c8d9a52b89fbace69a3d1ca75fea332deda084bc09d18ea96e435073b6b351ca3" 36 ] 37}