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]
16build: ["dune" "build" "-p" name "-j" jobs]
17dev-repo: "git+https://github.com/SylvainBoilard/GLFW-OCaml.git"
18url {
19 src:
20 "https://github.com/SylvainBoilard/GLFW-OCaml/archive/3.2.1-1.tar.gz"
21 checksum: [
22 "md5=69bc25389d41f5041f373f5aca41fc71"
23 "sha512=bc98ff18534397273e7e385ccedbd9c691562d97cd1afb3e3e45d6f58122a1831605866dbf102f1203c64ca1d1f57d373cd598cbc154261321b57e3f68eed256"
24 ]
25}