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-rc1.tar.gz"
  checksum: [
    "md5=ef470228be7d2eba86709dcb84fb586e"
    "sha512=763086566f1dca31737e44ad9d8851b3ff1786741a552d33527ee2fe6221d554d1d54f850374f13aa9b5554c9e774a7f3c8adf8b3c82b3cb839f50fcadaa7370"
  ]
}
