this repo has no description

2 packages from c-cube/ocaml-avro at 0.1

Changed files
+73
packages
avro
avro.0.1
avro-compiler
avro-compiler.0.1
+36
packages/avro-compiler/avro-compiler.0.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Schema compiler for Avro"
+
maintainer: ["Simon Cruanes"]
+
authors: ["Simon Cruanes"]
+
license: "MIT"
+
homepage: "https://github.com/c-cube/ocaml-avro"
+
bug-reports: "https://github.com/c-cube/ocaml-avro/issues/"
+
depends: [
+
"dune" {>= "2.0"}
+
"ocaml" {>= "4.08.0"}
+
"odoc" {with-doc}
+
"yojson" {>= "1.6"}
+
]
+
build: [
+
["dune" "subst"] {pinned}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/c-cube/ocaml-avro.git"
+
url {
+
src: "https://github.com/c-cube/ocaml-avro/archive/v0.1.tar.gz"
+
checksum: [
+
"md5=729b33e6f19b3065fe2e3444c0981d73"
+
"sha512=671049a5b471323d87bfa7fd85dc4d1a5ba606c035110e2170b292f32d90d37f093ba91eb0234fbf73435c4c6c3a9a7381fb1a4e450101fa10ff5dea1e3e62a8"
+
]
+
}
+37
packages/avro/avro.0.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Runtime library for encoding/decoding Avro"
+
maintainer: ["Simon Cruanes"]
+
authors: ["Simon Cruanes"]
+
license: "MIT"
+
homepage: "https://github.com/c-cube/ocaml-avro"
+
bug-reports: "https://github.com/c-cube/ocaml-avro/issues/"
+
depends: [
+
"dune" {>= "2.0"}
+
"odoc" {with-doc}
+
"avro-compiler" {with-test}
+
"ocaml" {>= "4.08.0"}
+
"camlzip"
+
]
+
build: [
+
["dune" "subst"] {pinned}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/c-cube/ocaml-avro.git"
+
url {
+
src: "https://github.com/c-cube/ocaml-avro/archive/v0.1.tar.gz"
+
checksum: [
+
"md5=729b33e6f19b3065fe2e3444c0981d73"
+
"sha512=671049a5b471323d87bfa7fd85dc4d1a5ba606c035110e2170b292f32d90d37f093ba91eb0234fbf73435c4c6c3a9a7381fb1a4e450101fa10ff5dea1e3e62a8"
+
]
+
}