this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml Allegro 5" 3description: "An OCaml binding of the Allegro 5 game & multimedia C library" 4maintainer: ["Sylvain Chiron <chironsylvain@orange.fr>"] 5authors: ["Sylvain Chiron <chironsylvain@orange.fr>"] 6license: "LGPL-3.0-or-later" 7homepage: "https://github.com/Frigory33/ocaml-allegro-5" 8bug-reports: "https://github.com/Frigory33/ocaml-allegro-5/issues" 9depends: [ 10 "ocaml" {>= "4.08"} 11 "dune" {>= "2.9"} 12 "conf-allegro5" 13 "odoc" {with-doc} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "--promote-install-files=false" 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29 ["dune" "install" "-p" name "--create-install-files" name] 30] 31dev-repo: "git+https://github.com/Frigory33/ocaml-allegro-5.git" 32post-messages: [ 33 """\ 34We're sorry that your install failed. Please check in the README.md file 35what minimal version of Allegro this package requires.""" 36 {failure} 37] 38url { 39 src: 40 "https://github.com/Frigory33/ocaml-allegro-5/releases/download/0.1/allegro5-0.1.tbz" 41 checksum: [ 42 "sha256=330291289db836b9f555cfd73a673654e27bf47e05115bf0990db76c23cc770b" 43 "sha512=e29664381a381bb846d244144fefc427c6287fb1064bae0f7bf755a6d72683b385d21bc2d14750a10bcc5c362ef5d9a4adfb5b610cf99e7b45273cd132000ffc" 44 ] 45} 46x-commit-hash: "a9c2b91f6a298cfc4c7aa0fd7e22db4bc4150636"