this repo has no description
1opam-version: "2.0" 2maintainer: "jdralliam@gmail.com" 3build: [ 4 ["cmake" "."] 5 [make] 6] 7remove: [[make "uninstall"]] 8depends: [ 9 "ocaml" {< "5.0.0"} 10 "ocamlfind" 11 "ocamlbuild" 12 "conf-cmake" 13 "conf-boost" 14 "conf-sfml2" 15] 16x-ci-accept-failures: ["debian-unstable"] 17install: [make "install"] 18synopsis: "Binding to the C++ SFML gaming library." 19description: """ 20The C++ library SFML (2.0) must be installed before any installation of this binding. 21See http://www.sfml-dev.org/index.php for more information.""" 22dev-repo: "git+https://github.com/JoeDralliam/Ocsfml.git" 23url { 24 src: "https://github.com/KyoDralliam/Ocsfml/archive/5a90ae9596861166bf69a36423318924595cd172.tar.gz" 25 checksum: [ 26 "md5=572aec2059dac43455371d8bebad99f6" 27 "sha256=3f04a2af13ca501d0c770cff03254d686baddb37cfa7e8fb68b9ea3ae67efca4" 28 "sha512=b26017caebbd1704fc1a3a651d5bdc8f61c15cbae590b8ae7a34ebc0e80049a28c83aa080580a02382c1d8e05f8fcf69e0badf8ce00cf13f0805ab14ac82aa7d" 29 ] 30}