File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed
packages/giflib/giflib.1.1.0 Expand file tree Collapse file tree 1 file changed +50
-0
lines changed 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: "Implementation of GIF image format in OCaml"
4+ description: "Implementation of GIF image format in OCaml."
5+ maintainer: [
6+ "Michael Dales <michael@digitalflapjack.com>"
7+ "Shreya Pawaskar <shreya.pawaskar.main@gmail.com>"
8+ ]
9+ authors: [
10+ "Jan Dudek <jd@jandudek.com>"
11+ "Michael Dales <michael@digitalflapjack.com>"
12+ "Shreya Pawaskar <shreya.pawaskar.main@gmail.com>"
13+ ]
14+ license: "MIT"
15+ tags: ["image" "gif" "bitmap"]
16+ homepage: "https://github.com/claudiusFX/ocaml-gif"
17+ doc: "https://github.com/claudiusFX/ocaml-gif"
18+ bug-reports: "https://github.com/claudiusFX/ocaml-gif/issues"
19+ depends: [
20+ "ocaml" {>= "5.1"}
21+ "dune" {>= "3.18"}
22+ "ounit2" {with-test}
23+ "zarith"
24+ "odoc" {with-doc}
25+ "ocamlformat" {>= "0.27.0" & with-dev-setup}
26+ ]
27+ build: [
28+ ["dune" "subst"] {dev}
29+ [
30+ "dune"
31+ "build"
32+ "-p"
33+ name
34+ "-j"
35+ jobs
36+ "@install"
37+ "@runtest" {with-test}
38+ "@doc" {with-doc}
39+ ]
40+ ]
41+ dev-repo: "git+https://github.com/claudiusFX/ocaml-gif.git"
42+ x-maintenance-intent: ["(latest)"]
43+ url {
44+ src:
45+ "https://github.com/claudiusFX/ocaml-gif/archive/refs/tags/v1.1.0.tar.gz"
46+ checksum: [
47+ "sha256=75412ad774674fbfff0c6ca8b88db17ba69cc7e4a62de44fb89a9fe651a4635e"
48+ "sha512=f79cd366642897e89f63027d7f0f410777f8396a21205bd53d066b4032adc3cf3d2e3a5151edb73944c0620cde798198dc1ed0d563744560df6c74d8f2ae6714"
49+ ]
50+ }
You can’t perform that action at this time.
0 commit comments