opam-version: "2.0" synopsis: "Async interface to Feather" maintainer: ["charles@nrwhl.xyz"] authors: ["Charles Chamberlain"] license: "MIT" homepage: "https://github.com/charlesetc/feather" bug-reports: "https://github.com/charlesetc/feather/issues" depends: [ "ocaml" {>= "4.08"} "feather" {= version} "dune" {>= "2.7"} "base" {>= "v0.14.0"} "async" {>= "v0.14.0"} "odoc" {with-doc} ] dev-repo: "git+https://github.com/charlesetc/feather.git" build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc} ] ] url { src: "https://github.com/charlesetc/feather/archive/0.3.0.tar.gz" checksum: [ "md5=b11b6288db11ef09d67d95f6af93015e" "sha512=d3f2c03bbd12fa2aefa109a2860c7ef133ab861990b6b72a67e6a2cdee05db2b2c5344a1398e3436eaa68c62c16b7a7414b5d7443c51643ad183bf82b3f1a4ec" ] }