this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #19958 from c-cube/opam-publish-bare_encoding.0.1.1

Package bare_encoding.0.1.1

authored by

Kate and committed by
GitHub
d1bb0da5 a349ee91

+37
+37
packages/bare_encoding/bare_encoding.0.1.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "BARE encoding, see https://baremessages.org/" 4 + maintainer: ["simon cruanes"] 5 + authors: ["simon cruanes"] 6 + license: "MIT" 7 + tags: ["encoding" "binary" "bare"] 8 + homepage: "https://github.com/c-cube/bare-ocaml" 9 + bug-reports: "https://github.com/c-cube/bare-ocaml/issues" 10 + dev-repo: "git+https://github.com/c-cube/bare-ocaml" 11 + depends: [ 12 + "dune" {>= "2.8"} 13 + "ocaml" {>= "4.08"} 14 + "qtest" {with-test & >= "2.10"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + url { 32 + src: "https://github.com/c-cube/bare-ocaml/archive/v0.1.1.tar.gz" 33 + checksum: [ 34 + "md5=c719df0092afbc5f75784ab359732ca0" 35 + "sha512=6447f7241c75e749f201521b3599314afaad02a0ef3a81a2f689cda556115b2c8a79b871a5ae8500b75a70b0e9437193f6d418a9b30d8ef30cf2f29774005d0c" 36 + ] 37 + }