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-3.tar.gz"
21 checksum: [
22 "md5=6fb94dc72ad9f149e9ea0ce1f5366953"
23 "sha512=1a4e63b415727e52f9a2e9100931be7690cbf0c337e9052d322d953eaef518b9f66dea080a2034a6272fe265859a231b97f6980c11d1e4843dd96815fed447b0"
24 ]
25}