opam-version: "2.0"
maintainer: "Hezekiah M. Carty <hez@0ok.org>"
authors: [ "Hezekiah M. Carty <hez@0ok.org>" ]
license: "MIT"
homepage: "https://github.com/hcarty/ocaml-gdal"
bug-reports: "https://github.com/hcarty/ocaml-gdal/issues"
dev-repo: "git+https://github.com/hcarty/ocaml-gdal.git"
build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest" "-p" name] {with-test}
  ["jbuilder" "build" "@doc" "-p" name] {with-doc}
]
depends: [
  "ocaml" {>= "4.02.1"}
  "jbuilder" {>= "1.0+beta20"}
  "ctypes" {>= "0.4.0"}
  "ctypes-foreign" {>= "0.4.0"}
]
synopsis: "GDAL and OGR bindings"
description: """
This library provides access to the GDAL library (http://www.gdal.org/).  It
provides both direct, low-level access to GDAL and OGR library functions as
well as a higher level, more OCaml-like interface.

The API is [viewable here](http://hcarty.github.io/ocaml-gdal/gdal/index.html)."""
url {
  src:
    "https://github.com/hcarty/ocaml-gdal/releases/download/v0.10.0/gdal-0.10.0.tbz"
  checksum: "md5=0028cfb7778c25fcd4b429411c21ee24"
}
