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"}
  "dune-configurator"
  "conf-pkg-config" {build}
  "ocaml" {>= "4.02.0"}
]
x-ci-accept-failures: [
  "debian-10" # default version of this library is too old
  "ubuntu-16.04" # default version of this library is too old
  "ubuntu-18.04" # default version of this library is too old
  "centos-7" # default version of this library is too old
]
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.3.tar.gz"
  checksum: [
    "md5=e6c5d5a0f8691d868a4cf18ece8415df"
    "sha512=7e427177ee2fcc17eaabb9af852f0ed2b283c62b0958ee86b00fb4fbe2f83f4d17a7ddf43b781048569520b3cc6626ade1ad1210ae5407cecd8e855136dd9e49"
  ]
}
