Geotessera library for OCaml
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3version: "dev"
4synopsis: "A short synopsis"
5description: "A longer description"
6maintainer: ["Maintainer Name <maintainer@example.com>"]
7authors: ["Author Name <author@example.com>"]
8license: "LICENSE"
9tags: ["add topics" "to describe" "your" "project"]
10homepage: "https://github.com/username/reponame"
11doc: "https://url/to/documentation"
12bug-reports: "https://github.com/username/reponame/issues"
13depends: [
14 "dune" {>= "3.19"}
15 "ocaml"
16 "tiff"
17 "cohttp-eio"
18 "xdg"
19 "camlzip"
20 "nx" {>= "1.0.0~alpha2"}
21 "progress"
22 "ca-certs"
23 "tls-eio"
24 "odoc" {with-doc}
25]
26build: [
27 ["dune" "subst"] {dev}
28 [
29 "dune"
30 "build"
31 "-p"
32 name
33 "-j"
34 jobs
35 "@install"
36 "@runtest" {with-test}
37 "@doc" {with-doc}
38 ]
39]
40dev-repo: "git+https://github.com/username/reponame.git"
41x-maintenance-intent: ["(latest)"]
42pin-depends:[
43 [ "tiff.dev" "git+https://github.com/geocaml/ocaml-tiff#a64bc028f1a09452ccefd93632ac59a3488d279b" ]
44]