Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
- main
pull_request:

env:
OPAMCRITERIA: +removed,+count[version-lag,solution]
OPAMFIXUPCRITERIA: +removed,+count[version-lag,solution]
OPAMUPGRADECRITERIA: +removed,+count[version-lag,solution]

permissions: read-all

jobs:
Expand Down
2 changes: 1 addition & 1 deletion claudius.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ depends: [
"tsdl" {>= "1.1.0"}
"ounit2" {with-test}
"odoc" {with-doc}
"giflib" {>= "1.0.3"}
"giflib" {>= "1.1.0"}
"imagelib" {>= "20221222"}
"crunch" {>= "4.0.0"}
"hsluv" {>= "0.1.0"}
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
(name claudius)
(synopsis "A retro-style graphics library")
(description "A functional style retro-graphics library for OCaml for building generative art, demos, and games.")
(depends (ocaml (>= 5.1)) dune (tsdl (>= 1.1.0)) (ounit2 :with-test) (odoc :with-doc) (giflib (>= 1.0.3)) (imagelib (>= 20221222)) (crunch (>= 4.0.0)) (hsluv (>= 0.1.0)) (ocamlformat (and (>= 0.27.0) :with-dev-setup )))
(depends (ocaml (>= 5.1)) dune (tsdl (>= 1.1.0)) (ounit2 :with-test) (odoc :with-doc) (giflib (>= 1.1.0)) (imagelib (>= 20221222)) (crunch (>= 4.0.0)) (hsluv (>= 0.1.0)) (ocamlformat (and (>= 0.27.0) :with-dev-setup )))
(tags
(graphics rendering paletted)))

Expand Down