File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed
packages/pgsolver/pgsolver.4.4 Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis:
3+ "A collection of tools for generating, manipulating and - most of all - solving parity games"
4+ description:
5+ "A collection of tools for generating, manipulating and - most of all - solving parity games."
6+ maintainer: ["Oliver Friedmann" "Martin Lange"]
7+ authors: ["Oliver Friedmann" "Martin Lange"]
8+ license: "BSD-3-clause"
9+ homepage: "https://github.com/tcsprojects/pgsolver"
10+ bug-reports: "https://github.com/tcsprojects/pgsolver/issues"
11+ depends: [
12+ "ocaml" {>= "4.8"}
13+ "dune" {>= "3.18"}
14+ "num"
15+ "tcs-lib" {>= "0.6"}
16+ "extlib"
17+ "ocaml-sat-solvers" {>= "0.8"}
18+ "odoc" {with-doc}
19+ ]
20+ build: [
21+ ["dune" "subst"] {dev}
22+ [
23+ "dune"
24+ "build"
25+ "-p"
26+ name
27+ "-j"
28+ jobs
29+ "@install"
30+ "@runtest" {with-test}
31+ "@doc" {with-doc}
32+ ]
33+ ]
34+ dev-repo: "git+https://github.com/tcsprojects/pgsolver.git"
35+ x-maintenance-intent: ["(latest)"]
36+ url {
37+ src:
38+ "https://github.com/tcsprojects/pgsolver/releases/download/v4.4/pgsolver-4.4.tbz"
39+ checksum: [
40+ "sha256=83e49699803a887bbf318425f5be02513976feba8f50e1c18c8f453046acfac2"
41+ "sha512=4b7b05f175a5f07a312bc3249d0c82829d9ae3f428ed06fa79a26a32025cdaf653bb3d27ade1e715940cd45e15eac12f0b65594864de162f0cfd5c038de45320"
42+ ]
43+ }
44+ x-commit-hash: "e09c417db1ab9c04827abacb97022e86954b31f2"
You can’t perform that action at this time.
0 commit comments