Skip to content

Commit

Permalink
[new release] allegro5 (0.1)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Frigory33 committed Jan 9, 2025
1 parent 1db3104 commit 073d163
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions packages/allegro5/allegro5.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
opam-version: "2.0"
synopsis: "OCaml Allegro 5"
description: "An OCaml binding of the Allegro 5 game & multimedia C library"
maintainer: ["Sylvain Chiron <[email protected]>"]
authors: ["Sylvain Chiron"]
license: "LGPL-3.0-or-later"
homepage: "https://github.com/Frigory33/ocaml-allegro-5"
bug-reports: "https://github.com/Frigory33/ocaml-allegro-5/issues"
depends: [
"ocaml" {>= "4.12"}
"dune" {>= "3.11"}
"conf-allegro5"
"dune-site" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/Frigory33/ocaml-allegro-5.git"
post-messages: [
"""\
We're sorry that your install failed. Please check in the README.md file
what minimal version of Allegro this package requires."""
{failure}
]
url {
src:
"https://github.com/Frigory33/ocaml-allegro-5/releases/download/0.1/allegro5-0.1.tbz"
checksum: [
"sha256=6b76b79b9f28e5c78c221e212f0f5821496eb1ad44aa3cec60860a44d7f1cec3"
"sha512=4a15acbd9fc0541eae71578e77f3623a162614716b7ee719e14079a3cfe435e54fdc23265213147ec7e6c4ce586c60b47e5b8a9e4c9635faf6cd8031c960ac1d"
]
}
x-commit-hash: "8a9614b6dfafb54d6a6da0402ae3de00615c37f1"

0 comments on commit 073d163

Please sign in to comment.