this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Schema compiler for Avro"
4maintainer: ["Simon Cruanes"]
5authors: ["Simon Cruanes"]
6license: "MIT"
7homepage: "https://github.com/c-cube/ocaml-avro"
8bug-reports: "https://github.com/c-cube/ocaml-avro/issues/"
9depends: [
10 "dune" {>= "2.0"}
11 "ocaml" {>= "4.08.0"}
12 "odoc" {with-doc}
13 "yojson" {>= "1.6"}
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/ocaml-avro.git"
30url {
31 src: "https://github.com/c-cube/ocaml-avro/archive/v0.1.tar.gz"
32 checksum: [
33 "md5=729b33e6f19b3065fe2e3444c0981d73"
34 "sha512=671049a5b471323d87bfa7fd85dc4d1a5ba606c035110e2170b292f32d90d37f093ba91eb0234fbf73435c4c6c3a9a7381fb1a4e450101fa10ff5dea1e3e62a8"
35 ]
36}