File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed
packages/giflib/giflib.1.0.2 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.14"}
22
+ "ounit2"
23
+ "zarith"
24
+ "odoc"
25
+ "ocamlformat" {>= "0.27.0"}
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
+ url {
43
+ src:
44
+ "https://github.com/claudiusFX/ocaml-gif/archive/refs/tags/v1.0.2.tar.gz"
45
+ checksum: [
46
+ "sha256=357046130ce4e80f1d32f6b8f0cd292c459e5c060c43a4d9213a415bbb7b7616"
47
+ "sha512=ffb40085ffb8c726a9028c36df66384a7279b610be2e996821ca1262be7a9f30a65f53a84f996a8835caec58024c8ac0af2a465c4d9db063392f6b50d6e474e4"
48
+ ]
49
+ }
50
+ x-commit-hash: "646401fe94327e595a78fcbd48dc0ef5dbf22fc8"
You can’t perform that action at this time.
0 commit comments