Skip to content

Commit 2807f2d

Browse files
committed
[new release] allegro5 (0.1)
CHANGES: First release. Includes elements of the following Allegro 5 modules: - Displays - Events - Graphics - Keyboard - Mouse - System - Time - Timer - Font addons - Image addon - Primitives addon
1 parent 1db3104 commit 2807f2d

File tree

1 file changed

+46
-0
lines changed
  • packages/allegro5/allegro5.0.1

1 file changed

+46
-0
lines changed

packages/allegro5/allegro5.0.1/opam

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
opam-version: "2.0"
2+
synopsis: "OCaml Allegro 5"
3+
description: "An OCaml binding of the Allegro 5 game & multimedia C library"
4+
maintainer: ["Sylvain Chiron <[email protected]>"]
5+
authors: ["Sylvain Chiron <[email protected]>"]
6+
license: "LGPL-3.0-or-later"
7+
homepage: "https://github.com/Frigory33/ocaml-allegro-5"
8+
bug-reports: "https://github.com/Frigory33/ocaml-allegro-5/issues"
9+
depends: [
10+
"ocaml" {>= "4.08"}
11+
"dune" {>= "2.9"}
12+
"conf-allegro5"
13+
"odoc" {with-doc}
14+
]
15+
build: [
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+
]
31+
dev-repo: "git+https://github.com/Frigory33/ocaml-allegro-5.git"
32+
post-messages: [
33+
"""\
34+
We're sorry that your install failed. Please check in the README.md file
35+
what minimal version of Allegro this package requires."""
36+
{failure}
37+
]
38+
url {
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+
}
46+
x-commit-hash: "a9c2b91f6a298cfc4c7aa0fd7e22db4bc4150636"

0 commit comments

Comments
 (0)