Skip to content

Commit 2424a2f

Browse files
authored
Merge pull request #28530 from mdales/mwd-claudius-1.2.0
Update Claudius to 1.2.1
2 parents c68991f + 2a797d3 commit 2424a2f

File tree

1 file changed

+59
-0
lines changed
  • packages/claudius/claudius.1.2.1

1 file changed

+59
-0
lines changed
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
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.1.0"}
31+
"imagelib" {>= "20221222"}
32+
"crunch" {>= "4.0.0"}
33+
"hsluv" {>= "0.1.0"}
34+
"ocamlformat" {>= "0.27.0" & with-dev-setup}
35+
]
36+
build: [
37+
["dune" "subst"] {dev}
38+
[
39+
"dune"
40+
"build"
41+
"-p"
42+
name
43+
"-j"
44+
jobs
45+
"@install"
46+
"@runtest" {with-test}
47+
"@doc" {with-doc}
48+
]
49+
]
50+
dev-repo: "git+https://github.com/claudiusFX/claudius.git"
51+
x-maintenance-intent: ["(latest)"]
52+
url {
53+
src:
54+
"https://github.com/claudiusFX/Claudius/archive/refs/tags/v1.2.1.tar.gz"
55+
checksum: [
56+
"sha256=83abeef68385b306372ff308dc3c6b75d7caf30d25df4111b1acc69a416fa6c5"
57+
"sha512=281e7613c853e58fbaef2a7cf2039b4efa16ba4f14a1961b75d1f72221f88925425f8d54683e60a11c651200b84d538f3347d24957e4fa9eae0509e2e5110e03"
58+
]
59+
}

0 commit comments

Comments
 (0)