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-1.tar.gz"
27 checksum: [
28 "md5=1fef615adb72cf4ca23ffcc1ebf41296"
29 "sha512=ec8dc37cca0d7c7af66a715fe75c6bdf6d2bbc3d0fad3db4655af1a6eeeeeae77bc753e39685afd92127d92f5a86a0a484ef069ae9d9ce5ef8dac4a5216601cf"
30 ]
31}