-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also: * fixes some minor issues with parsing `--flags` * builds `src/abell_doc_dist.ml` using Makefile instead of dune - this removes a dependency on npm, which opam-ci cannot run
- Loading branch information
Showing
17 changed files
with
149 additions
and
94 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
opam-version: "2.0" | ||
name: "abella" | ||
version: "2.0.8-rc1" | ||
version: "2.0.8" | ||
synopsis: "Interactive theorem prover based on lambda-tree syntax" | ||
maintainer: "[email protected]" | ||
authors: [ | ||
|
@@ -14,13 +14,13 @@ build: [ | |
[make "all-release" "abella.install"] | ||
] | ||
depends: [ | ||
"ocaml" { >= "4.12.0" } | ||
"cmdliner" { >= "1.2.0" & build } | ||
"menhir" { >= "20211012" & build } | ||
"dune" { >= "3.11" & build } | ||
"crunch" { >= "3.3.0" & build } | ||
"yojson" { >= "2.1.1" & build } | ||
"ounit2" { with-test } | ||
"ocaml" { >= "4.12.0" } | ||
"cmdliner" { >= "1.2.0" } | ||
"menhir" { >= "20211012" } | ||
"yojson" { >= "2.1.1" } | ||
"dune" { >= "3.11" } | ||
"crunch" { >= "3.3.0" & build } | ||
"ounit2" { with-test } | ||
] | ||
bug-reports: "https://github.com/abella-prover/abella/issues" | ||
dev-repo: "git+https://github.com/abella-prover/abella.git" |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
(lang dune 3.11) | ||
(name abella) | ||
(version v2.0.8-rc1) | ||
(version v2.0.8) | ||
(using menhir 2.0) | ||
(using directory-targets 0.1) |
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
Oops, something went wrong.