opam-version: "2.0"
synopsis: "A GLFW binding for OCaml"
maintainer: "Sylvain BOILARD <boilard@crans.org>"
authors: "Sylvain BOILARD <boilard@crans.org>"
license: "Zlib"
homepage: "https://github.com/SylvainBoilard/GLFW-OCaml"
bug-reports: "https://github.com/SylvainBoilard/GLFW-OCaml/issues"
depends: [
  "conf-glfw3"
  "base-bigarray"
  "dune" {>= "1.0"}
  "ocaml" {>= "4.02.0"}
]
build: ["dune" "build" "-p" name "-j" jobs]
dev-repo: "git+https://github.com/SylvainBoilard/GLFW-OCaml.git"
url {
  src:
    "https://github.com/SylvainBoilard/GLFW-OCaml/archive/3.2.1-rc2.tar.gz"
  checksum: [
    "md5=aa1be2109cab7a229a832b8483360229"
    "sha512=bfa9e1e7b8e9a394aa7112dc5b8c67c92af13eb3100e6dc5f46e063d51b486d10414e589c3e13abe1d3a4bc0969a88e5b89622c7dc9df75d2d31001f0f00d86f"
  ]
}
