this repo has no description
1opam-version: "2.0" 2synopsis: "BARE encoding, see https://baremessages.org/" 3maintainer: ["simon cruanes"] 4authors: ["simon cruanes"] 5license: "MIT" 6tags: ["encoding" "binary" "bare"] 7homepage: "https://github.com/c-cube/bare-ocaml" 8bug-reports: "https://github.com/c-cube/bare-ocaml/issues" 9depends: [ 10 "dune" {>= "2.8"} 11 "ocaml" {>= "4.08"} 12 "qcheck-core" {with-test & >= "0.20"} 13 "odoc" {with-doc} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "@install" 25 "@runtest" {with-test} 26 "@doc" {with-doc} 27 ] 28] 29dev-repo: "git+https://github.com/c-cube/bare-ocaml.git" 30url { 31 src: 32 "https://github.com/c-cube/bare-ocaml/releases/download/v0.3.1/bare_encoding-0.3.1.tbz" 33 checksum: [ 34 "sha256=29c842dc6ed864345c8c7ff601fa6bdae53a50000ff5342cd8ace4d3d0021ba6" 35 "sha512=2785df62a58786dd8ca68c9c1fb1cb0dcc8a8b3dfd9f79a3cad201f5870718ea8524ce3b4bf3dbbab06d3b63733deb2100bf712f730772be1ee1c5a6dabba402" 36 ] 37} 38x-commit-hash: "cd99002d6d81205b2c1f7f26c52f02d483b02611"