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