this repo has no description

Package bare_encoding.0.3

Changed files
+37
packages
bare_encoding
bare_encoding.0.3
+37
packages/bare_encoding/bare_encoding.0.3/opam
···
+
# 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.3.tar.gz"
+
checksum: [
+
"md5=6ef8ffc8de96ae13250bff503e26104b"
+
"sha512=3df1a909154084bb7f2bd6dcbb80b408777397ab7dc240eaba257fc0414f408c8d9a52b89fbace69a3d1ca75fea332deda084bc09d18ea96e435073b6b351ca3"
+
]
+
}