this repo has no description
1opam-version: "2.0" 2synopsis: "A GLFW binding for OCaml" 3maintainer: "Sylvain BOILARD <boilard@crans.org>" 4authors: "Sylvain BOILARD <boilard@crans.org>" 5license: "Zlib" 6homepage: "https://github.com/SylvainBoilard/GLFW-OCaml" 7bug-reports: "https://github.com/SylvainBoilard/GLFW-OCaml/issues" 8depends: [ 9 "conf-glfw3" 10 "base-bigarray" 11 "dune" {>= "2.0"} 12 "dune-configurator" 13 "conf-pkg-config" {build} 14 "ocaml" {>= "4.02.0"} 15] 16x-ci-accept-failures: [ 17 "debian-10" # default version of this library is too old 18 "ubuntu-16.04" # default version of this library is too old 19 "ubuntu-18.04" # default version of this library is too old 20 "centos-7" # default version of this library is too old 21] 22build: ["dune" "build" "-p" name "-j" jobs] 23dev-repo: "git+https://github.com/SylvainBoilard/GLFW-OCaml.git" 24url { 25 src: 26 "https://github.com/SylvainBoilard/GLFW-OCaml/archive/3.3.1-2.tar.gz" 27 checksum: [ 28 "md5=4112ed645d87be703bb669649a9603f3" 29 "sha512=b9c522e3802938964ed7679f769f39f8aea0ee2160cdfa5f647e10390524761789e296afbf91f12396a5f318accab593ab3d08e5a017409e6d7f454e4c087206" 30 ] 31}