Skip to content

Commit 7b20607

Browse files
authored
Merge pull request #28420 from mdales/mwd-claudius-1.1.0
Update Claudius to 1.1.1
2 parents 6157b5b + 59c08dc commit 7b20607

File tree

1 file changed

+58
-0
lines changed
  • packages/claudius/claudius.1.1.1

1 file changed

+58
-0
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "A retro-style graphics library"
4+
description:
5+
"A functional style retro-graphics library for OCaml for building generative art, demos, and games."
6+
maintainer: [
7+
"Michael Dales <[email protected]>"
8+
"Shreya Pawaskar <[email protected]>"
9+
]
10+
authors: [
11+
"3pleX-dev <[email protected]>"
12+
"Adenuga Israel Abimbola <[email protected]>"
13+
"Michael Dales <[email protected]>"
14+
"Seed Lu <[email protected]>"
15+
"Shreya Pawaskar <[email protected]>"
16+
"Vanisha1606 <[email protected]>"
17+
"Wah Vanessa <[email protected]>"
18+
]
19+
license: "ISC"
20+
tags: ["graphics" "rendering" "paletted"]
21+
homepage: "https://github.com/claudiusFX/claudius"
22+
doc: "https://github.com/claudiusFX/claudius"
23+
bug-reports: "https://github.com/claudiusFX/claudius/issues"
24+
depends: [
25+
"ocaml" {>= "5.1"}
26+
"dune" {>= "3.18"}
27+
"tsdl" {>= "1.1.0"}
28+
"ounit2" {with-test}
29+
"odoc" {with-doc}
30+
"giflib" {>= "1.0.3"}
31+
"imagelib" {>= "20221222"}
32+
"crunch" {>= "4.0.0"}
33+
"ocamlformat" {>= "0.27.0" & with-dev-setup}
34+
]
35+
build: [
36+
["dune" "subst"] {dev}
37+
[
38+
"dune"
39+
"build"
40+
"-p"
41+
name
42+
"-j"
43+
jobs
44+
"@install"
45+
"@runtest" {with-test}
46+
"@doc" {with-doc}
47+
]
48+
]
49+
dev-repo: "git+https://github.com/claudiusFX/claudius.git"
50+
x-maintenance-intent: ["(latest)"]
51+
url {
52+
src:
53+
"https://github.com/claudiusFX/Claudius/archive/refs/tags/1.1.1.tar.gz"
54+
checksum: [
55+
"sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
56+
"sha512=cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e"
57+
]
58+
}

0 commit comments

Comments
 (0)