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