this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml bindings for raylib" 3maintainer: ["tobiasjammer@gmail.com"] 4authors: ["Tobias Mock"] 5license: "MIT" 6homepage: "https://github.com/tjammer/raylib-ocaml" 7bug-reports: "https://github.com/tjammer/raylib-ocaml/issues" 8depends: [ 9 "dune" {>= "2.6"} 10 "ctypes" 11 "ppx_cstubs" 12 "conf-cmake" 13 "conf-libgl" 14 "conf-libglu" 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://github.com/tjammer/raylib-ocaml.git" 31depexts: [ 32 ["libasound2-dev" "libx11-dev" "libxrandr-dev" "libxi-dev" "xorg-dev" "libgl1-mesa-dev"] {os-family = "debian"} 33 ["alsa-lib-devel" "mesa-libGL-devel" "libX11-devel" "libXrandr-devel" "libXi-devel" "libXcursor-devel" "libXinerama-devel"] {os-distribution = "fedora"} 34] 35available: [os = "linux" ] 36url { 37 src: "https://github.com/tjammer/raylib-ocaml/releases/download/0.1/raylib-ocaml-0.1.tar.gz" 38 checksum: [ 39 "md5=a35e88680caccd5a519cb859d2d7ae6a" 40 "sha512=f8e8ed46afe903485c81964c54d434911e208ea9a8a853599cc368860f106ebc3872205c51b40b8148140cd1288447e68737313cd065cdc8d7207043f0bc0758" 41 ] 42}