this repo has no description
1opam-version: "2.0" 2synopsis: "Async interface to Feather" 3maintainer: ["charles@nrwhl.xyz"] 4authors: ["Charles Chamberlain"] 5license: "MIT" 6homepage: "https://github.com/charlesetc/feather" 7bug-reports: "https://github.com/charlesetc/feather/issues" 8depends: [ 9 "ocaml" {>= "4.08"} 10 "feather" {= version} 11 "dune" {>= "2.7"} 12 "base" {>= "v0.14.0"} 13 "async" {>= "v0.14.0"} 14 "odoc" {with-doc} 15] 16dev-repo: "git+https://github.com/charlesetc/feather.git" 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@doc" {with-doc} 28 ] 29] 30url { 31 src: "https://github.com/charlesetc/feather/archive/0.3.0.tar.gz" 32 checksum: [ 33 "md5=b11b6288db11ef09d67d95f6af93015e" 34 "sha512=d3f2c03bbd12fa2aefa109a2860c7ef133ab861990b6b72a67e6a2cdee05db2b2c5344a1398e3436eaa68c62c16b7a7414b5d7443c51643ad183bf82b3f1a4ec" 35 ] 36}