Skip to content

Commit

Permalink
prepare for 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Dec 5, 2019
1 parent 6c923e0 commit b90c394
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions libzipperposition.opam
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
opam-version: "2.0"
maintainer: "[email protected]"
author: "Simon Cruanes"
authors: ["Simon Cruanes" "Petar Vukmirovic" "Alexander Bentkamp" "Sophie Tourret" "Visa Nummelin"]
homepage: "https://github.com/sneeuwballen/zipperposition"
version: "1.5.1"
version: "1.6"
synopsis: "Library for Zipperposition"
build: [
["dune" "build" "-p" name "-j" jobs]
Expand Down
5 changes: 3 additions & 2 deletions logtk.opam
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
opam-version: "2.0"
maintainer: "[email protected]"
author: "Simon Cruanes"
authors: ["Simon Cruanes" "Petar Vukmirovic" "Alexander Bentkamp" "Sophie Tourret" "Visa Nummelin"]
homepage: "https://github.com/sneeuwballen/zipperposition"
version: "1.5.1"
version: "1.6"
synopsis: "Core types and algorithms for logic"
build: [
["dune" "build" "-p" name "-j" jobs]
Expand All @@ -13,6 +13,7 @@ depends: [
"base-bytes"
"base-unix"
"zarith"
"oseq"
"containers" { >= "1.0" }
"iter" { >= "1.2" }
"menhir" {build}
Expand Down
4 changes: 2 additions & 2 deletions zipperposition-tools.opam
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
opam-version: "2.0"
maintainer: "[email protected]"
author: "Simon Cruanes"
authors: ["Simon Cruanes" "Petar Vukmirovic" "Alexander Bentkamp" "Sophie Tourret" "Visa Nummelin"]
homepage: "https://github.com/sneeuwballen/zipperposition"
version: "1.5.1"
version: "1.6"
synopsis: "Support tools for Zipperposition"
build: [
["dune" "build" "-p" name "-j" jobs]
Expand Down
6 changes: 3 additions & 3 deletions zipperposition.opam
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
opam-version: "2.0"
maintainer: "[email protected]"
author: "Simon Cruanes"
authors: ["Simon Cruanes" "Petar Vukmirovic" "Alexander Bentkamp" "Sophie Tourret" "Visa Nummelin"]
homepage: "https://github.com/sneeuwballen/zipperposition"
version: "1.5.1"
synopsis: "A fully automatic theorem prover for typed first-order and beyond"
version: "1.6"
synopsis: "A fully automatic theorem prover for typed higher-order and beyond"
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
Expand Down

0 comments on commit b90c394

Please sign in to comment.