File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
packages/pomap/pomap.4.1.2 Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis: "POMAP - Partially Ordered Maps for OCaml"
3
+ description: """
4
+ POMAP supports creating and manipulating partially ordered maps in a purely
5
+ functional and efficient way."""
6
+ maintainer: ["Markus Mottl <
[email protected] >"]
7
+ authors: ["Markus Mottl <
[email protected] >"]
8
+ license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
9
+ homepage: "https://mmottl.github.io/pomap"
10
+ doc: "https://mmottl.github.io/pomap/api"
11
+ bug-reports: "https://github.com/mmottl/pomap/issues"
12
+ depends: [
13
+ "dune" {>= "2.7"}
14
+ "ocaml" {>= "4.08"}
15
+ "odoc" {with-doc}
16
+ ]
17
+ build: [
18
+ ["dune" "subst"] {dev}
19
+ [
20
+ "dune"
21
+ "build"
22
+ "-p"
23
+ name
24
+ "-j"
25
+ jobs
26
+ "@install"
27
+ "@runtest" {with-test}
28
+ "@doc" {with-doc}
29
+ ]
30
+ ]
31
+ dev-repo: "git+https://github.com/mmottl/pomap.git"
32
+ url {
33
+ src:
34
+ "https://github.com/mmottl/pomap/releases/download/4.1.2/pomap-4.1.2.tbz"
35
+ checksum: [
36
+ "sha256=9ef7cf136c2b80d9041127d25a8950e70f8d9a2852cfb40edd77d8396dbbfdfc"
37
+ "sha512=9c83e4789101fb8cea2fa4b2e7aa084aec09def6b424912b0c0f5c00b8e922749c0367665d4b7a1b90ad686421c57afcb7edc9e631554d002cc1b4e786049eb8"
38
+ ]
39
+ }
40
+ x-commit-hash: "559ed9e528c1aff93857d6037bf0d93e74fe76c6"
You can’t perform that action at this time.
0 commit comments