diff --git a/claudius.opam b/claudius.opam index 9a90b37..4691e80 100644 --- a/claudius.opam +++ b/claudius.opam @@ -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 " "Shreya Pawaskar " diff --git a/dune-project b/dune-project index 053ffc1..c718935 100644 --- a/dune-project +++ b/dune-project @@ -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)))