-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
42 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ opam-version: "2.0" | |
maintainer: "[email protected]" | ||
author: "Simon Cruanes" | ||
homepage: "https://github.com/sneeuwballen/zipperposition" | ||
version: "1.5" | ||
version: "1.5.1" | ||
synopsis: "Library for Zipperposition" | ||
build: [ | ||
["dune" "build" "-p" name] | ||
|
@@ -12,7 +12,7 @@ depends: [ | |
"base-bytes" | ||
"base-unix" | ||
"zarith" | ||
"logtk" { >= "1.5" } | ||
"logtk" { = version } | ||
"containers" { >= "1.0" } | ||
"iter" { >= "1.2" } | ||
"dune" { build } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ opam-version: "2.0" | |
maintainer: "[email protected]" | ||
author: "Simon Cruanes" | ||
homepage: "https://github.com/sneeuwballen/zipperposition" | ||
version: "1.5" | ||
version: "1.5.1" | ||
synopsis: "Core types and algorithms for logic" | ||
build: [ | ||
["dune" "build" "-p" name] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ opam-version: "2.0" | |
maintainer: "[email protected]" | ||
author: "Simon Cruanes" | ||
homepage: "https://github.com/sneeuwballen/zipperposition" | ||
version: "1.5" | ||
version: "1.5.1" | ||
synopsis: "Support tools for Zipperposition" | ||
build: [ | ||
["dune" "build" "-p" name] | ||
|
@@ -14,8 +14,8 @@ depends: [ | |
"iter" { >= "1.2" } | ||
"msat" { >= "0.8" < "0.9" } | ||
"zarith" | ||
"logtk" { >= "1.5" } | ||
"libzipperposition" { >= "1.5" } | ||
"logtk" { = version } | ||
"libzipperposition" { = version } | ||
"ocaml" {>= "4.03"} | ||
] | ||
bug-reports: "https://github.com/sneeuwballen/zipperposition/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ opam-version: "2.0" | |
maintainer: "[email protected]" | ||
author: "Simon Cruanes" | ||
homepage: "https://github.com/sneeuwballen/zipperposition" | ||
version: "1.5" | ||
version: "1.5.1" | ||
synopsis: "A fully automatic theorem prover for typed first-order and beyond" | ||
build: [ | ||
["dune" "build" "-p" name] | ||
|
@@ -11,8 +11,8 @@ build: [ | |
depends: [ | ||
"base-unix" | ||
"zarith" | ||
"logtk" { >= "1.5" } | ||
"libzipperposition" { >= "1.5" } | ||
"logtk" { = version } | ||
"libzipperposition" { = version } | ||
"containers" { >= "1.0" } | ||
"iter" { >= "1.2" } | ||
"dune" { build } | ||
|