Skip to content

Commit 866bcd0

Browse files
authored
Merge pull request #28488 from mdales/mwd-fix-claudius
Fix broken hashes for Claudius
2 parents 826b2b5 + f7e1921 commit 866bcd0

File tree

2 files changed

+59
-0
lines changed
  • packages/claudius

2 files changed

+59
-0
lines changed

packages/claudius/claudius.1.1.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ url {
5656
"sha512=cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e"
5757
]
5858
}
59+
available: false
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/v1.1.2.tar.gz"
54+
checksum: [
55+
"sha256=86bbcc1cf871c6809c4f5027a84e8ce199d0b7b32afb51d7d5c85e9d22324c3c"
56+
"sha512=bf059df659eeafeb840af6cc0ecc632433e4ae5c3d74814d296169ac57812b609af56504aa6cc2e0585a9b513311317a8afc354a241bb2e5b299fb3380673fd3"
57+
]
58+
}

0 commit comments

Comments
 (0)