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" {>= "1.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-rc1.tar.gz" 27 checksum: [ 28 "md5=ef470228be7d2eba86709dcb84fb586e" 29 "sha512=763086566f1dca31737e44ad9d8851b3ff1786741a552d33527ee2fe6221d554d1d54f850374f13aa9b5554c9e774a7f3c8adf8b3c82b3cb839f50fcadaa7370" 30 ] 31}