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
2 changes: 1 addition & 1 deletion claudius.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
opam-version: "2.0"
synopsis: "A retro-style graphics library"
description:
"An functional style retro-graphics library for OCaml for building generative art, demos, and games."
"A functional style retro-graphics library for OCaml for building generative art, demos, and games."
maintainer: [
"Michael Dales <michael@digitalflapjack.com>"
"Shreya Pawaskar <shreya.pawaskar.main@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
(package
(name claudius)
(synopsis "A retro-style graphics library")
(description "An functional style retro-graphics library for OCaml for building generative art, demos, and games.")
(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)) (ocamlformat (and (>= 0.27.0) :with-dev-setup )))
(tags
(graphics rendering paletted)))
Expand Down