File tree Expand file tree Collapse file tree 2 files changed +59
-0
lines changed
Expand file tree Collapse file tree 2 files changed +59
-0
lines changed Original file line number Diff line number Diff line change 5656 "sha512=cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e"
5757 ]
5858}
59+ available: false
Original file line number Diff line number Diff line change 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 <michael@digitalflapjack.com>"
8+ "Shreya Pawaskar <shreya.pawaskar.main@gmail.com>"
9+ ]
10+ authors: [
11+ "3pleX-dev <afuadajoe@gmail.com>"
12+ "Adenuga Israel Abimbola <israelabimmbolaa@gmail.com>"
13+ "Michael Dales <michael@digitalflapjack.com>"
14+ "Seed Lu <dr.seed.lu@gmail.com>"
15+ "Shreya Pawaskar <shreya.pawaskar.main@gmail.com>"
16+ "Vanisha1606 <vanishag1606@gmail.com>"
17+ "Wah Vanessa <wahvanessa22@gmail.com>"
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+ }
You can’t perform that action at this time.
0 commit comments