this repo has no description
1opam-version: "2.0" 2maintainer: "hez@0ok.org" 3authors: [ "Hezekiah M. Carty" ] 4license: "MIT" 5homepage: "https://github.com/hcarty/ocaml-grib" 6tags: [ "clib:png" "clib:openjpeg" "clib:m" "clib:jpeg" "clib:jasper" 7 "clib:grib" ] 8build: [ 9 ["ocaml" "setup.ml" "-configure" "--prefix" prefix] 10 ["ocaml" "setup.ml" "-build"] 11] 12remove: [ 13 ["ocamlfind" "remove" "grib"] 14] 15depends: [ 16 "ocaml" 17 "batteries" 18 "ocamlfind" 19 "pcre" 20 "ocamlbuild" {build} 21] 22depexts: [ 23 [ 24 "libjpeg-dev" 25 "libjasper-dev" 26 "libopenjpeg-dev" 27 "libgrib-api-dev" 28 "libpng-dev" 29 ] {os-family = "debian"} 30] 31dev-repo: "git+https://github.com/hcarty/ocaml-grib" 32install: ["ocaml" "setup.ml" "-install"] 33synopsis: "Bindings for the ECMWF GRIB API" 34flags: light-uninstall 35url { 36 src: "https://github.com/hcarty/ocaml-grib/archive/v0.9.7.tar.gz" 37 checksum: [ 38 "sha256=a5b0448d9f9b7d71a2ee52305da0116053bf742f2551f342ae610957acda02c7" 39 "md5=80016011743fbfce450d27f74be849f0" 40 ] 41}