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" 8doc: "https://frigory33.github.io/ocaml-allegro-5/" 9bug-reports: "https://github.com/Frigory33/ocaml-allegro-5/issues" 10depends: [ 11 "ocaml" {>= "4.08"} 12 "dune" {>= "2.9"} 13 "conf-allegro5" 14 "odoc" {with-doc} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "--promote-install-files=false" 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30 ["dune" "install" "-p" name "--create-install-files" name] 31] 32dev-repo: "git+https://github.com/Frigory33/ocaml-allegro-5.git" 33post-messages: [ 34 """\ 35We're sorry that your install failed. Please check in the README.md file 36what minimal version of Allegro this package requires.""" 37 {failure} 38] 39url { 40 src: 41 "https://github.com/Frigory33/ocaml-allegro-5/releases/download/0.2/allegro5-0.2.tbz" 42 checksum: [ 43 "sha256=b26b096283bc972c1d1aeeed4209fd8646e7e330fd971bf05ddfc175a223c7ad" 44 "sha512=8dc54cb4f4428e6a30e81bd79f8d76391d954e75bed4090e7a99a20bdf9a1b9f162935821f7886988796761c9297028132378c24d90ca8fc3e0c534a5896140f" 45 ] 46} 47x-commit-hash: "8d4ad6f9e9500fd6dd74c09df81fb94e4756971c"