Skip to content

Commit df209fe

Browse files
committed
Update Claudius opam file to include x-maintenance-intent
1 parent 072a7ed commit df209fe

File tree

1 file changed

+6
-5
lines changed
  • packages/claudius/claudius.1.1.1

1 file changed

+6
-5
lines changed

packages/claudius/claudius.1.1.0/opam renamed to packages/claudius/claudius.1.1.1/opam

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
opam-version: "2.0"
33
synopsis: "A retro-style graphics library"
44
description:
5-
"A functional style retro-graphics library for OCaml for building generative art, demos, and games."
5+
"An functional style retro-graphics library for OCaml for building generative art, demos, and games."
66
maintainer: [
77
"Michael Dales <[email protected]>"
88
"Shreya Pawaskar <[email protected]>"
@@ -23,7 +23,7 @@ doc: "https://github.com/claudiusFX/claudius"
2323
bug-reports: "https://github.com/claudiusFX/claudius/issues"
2424
depends: [
2525
"ocaml" {>= "5.1"}
26-
"dune" {>= "3.17"}
26+
"dune" {>= "3.18"}
2727
"tsdl" {>= "1.1.0"}
2828
"ounit2" {with-test}
2929
"odoc" {with-doc}
@@ -47,11 +47,12 @@ build: [
4747
]
4848
]
4949
dev-repo: "git+https://github.com/claudiusFX/claudius.git"
50+
x-maintenance-intent: ["(latest)"]
5051
url {
5152
src:
52-
"https://github.com/claudiusFX/Claudius/archive/refs/tags/1.1.0.tar.gz"
53+
"https://github.com/claudiusFX/Claudius/archive/refs/tags/1.1.1.tar.gz"
5354
checksum: [
54-
"sha256=d92691d1fce49a1f04301e2e8e9133380e7a3618a6a3ae0a72a6acc2127789ba"
55-
"sha512=31a19564f8358f2841ce0efb4017b23fca0f7c9d629f1fe0d58472ce00d45d6a93e0cbfccf6ed07d356a2138ced9748fb2a39e040ee738d59b8b7f984e2be7bb"
55+
"sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
56+
"sha512=cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e"
5657
]
5758
}

0 commit comments

Comments
 (0)