File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
packages/mlsolver/mlsolver.1.5 Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis:
3+ "A tool for solving the satisfiability and validity problems for modal fixpoint logics"
4+ description:
5+ "A tool for solving the satisfiability and validity problems for modal fixpoint logics."
6+ maintainer: ["Oliver Friedmann" "Martin Lange"]
7+ authors: ["Oliver Friedmann" "Martin Lange"]
8+ license: "BSD-3-clause"
9+ homepage: "https://github.com/tcsprojects/mlsolver"
10+ bug-reports: "https://github.com/tcsprojects/mlsolver/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+ "pgsolver" {>= "4.4"}
19+ "odoc" {with-doc}
20+ ]
21+ build: [
22+ ["dune" "subst"] {dev}
23+ [
24+ "dune"
25+ "build"
26+ "-p"
27+ name
28+ "-j"
29+ jobs
30+ "@install"
31+ "@runtest" {with-test}
32+ "@doc" {with-doc}
33+ ]
34+ ]
35+ dev-repo: "git+https://github.com/tcsprojects/mlsolver.git"
36+ x-maintenance-intent: ["(latest)"]
37+ url {
38+ src:
39+ "https://github.com/tcsprojects/mlsolver/releases/download/v1.5/mlsolver-1.5.tbz"
40+ checksum: [
41+ "sha256=d6500ed80096e38c5c6cfce90d924dd0c426246bc122ae3dbe289392bddae043"
42+ "sha512=fe7d5c91a4ee00c103ee848b5d6b1220fcd2e202a28ed4d2340cca6b9022c97b62a2f58cc4f31bc50f8030211e6d4230ba83d236f81d3b9bc512bf0014d1e5b4"
43+ ]
44+ }
45+ x-commit-hash: "4cc696d055399aa029a300c8938d13b1ddd39027"
You can’t perform that action at this time.
0 commit comments