Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions packages/avro-simple/avro-simple.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
opam-version: "2.0"
synopsis: "Pure OCaml implementation of Apache Avro"
description:
"A fast, feature-rich, pure OCaml implementation of Apache Avro with codec-based design, schema evolution support, and container file format."
maintainer: ["[email protected]"]
authors: ["Tim McGilchrist"]
license: "BSD-3-clause"
homepage: "https://github.com/tmcgilchrist/ocaml-avro"
bug-reports: "https://github.com/tmcgilchrist/ocaml-avro/issues"
depends: [
"ocaml" {>= "5.0"}
"dune" {>= "3.19" & >= "3.0"}
"yojson" {>= "2.0.0"}
"decompress" {>= "1.5.0"}
"bigstringaf" {>= "0.9.0"}
"uuidm" {>= "0.9"}
"zarith" {>= "1.14"}
"alcotest" {with-test & >= "1.7.0"}
"qcheck" {with-test & >= "0.20"}
"avro" {with-dev-setup}
"benchmark" {with-dev-setup}
"odoc" {with-doc}
]
depopts: [
"snappy" {>= "0.1.0"}
"zstd" {>= "0.3"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/tmcgilchrist/ocaml-avro.git"
x-maintenance-intent: ["(latest)"]
url {
src:
"https://github.com/tmcgilchrist/ocaml-avro/releases/download/0.1/avro-simple-0.1.tbz"
checksum: [
"sha256=2f0f7e750a884920d2302fed302d920598789eba3673443d86ee1d7b57a663bc"
"sha512=25830478f5f2724b46e1a620e6e42486b53f95e1fc833c82a4a20d021ad9658ac4b50defc3b324dd7393e806460106bb4bad412c37114617ec361b0d64903f03"
]
}
x-commit-hash: "3e1424f63705666485295d072d36630b62d1ccbc"