Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
125
Issues
125
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
15cd0092
Commit
15cd0092
authored
Oct 06, 2017
by
Guillaume Melquiond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update opam files.
parent
92d99e5e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
opam/why3-base/opam
opam/why3-base/opam
+1
-1
opam/why3-base/url
opam/why3-base/url
+2
-2
opam/why3/opam
opam/why3/opam
+5
-2
No files found.
opam/why3-base/opam
View file @
15cd0092
...
...
@@ -21,7 +21,7 @@ tags: [
"automated theorem prover"
"interactive theorem prover"
]
available: [ ocaml-version >= "4.0
1.0
" ]
available: [ ocaml-version >= "4.0
2.3
" ]
# Jessie3 (frama-c plugin) is *disabled* because it is not ready
build: [
...
...
opam/why3-base/url
View file @
15cd0092
archive: "https://gforge.inria.fr/frs/download.php/file/3
6398/why3-0.87.3
.tar.gz"
checksum: "
ea24a4877ca09e2ec4fff19d5f4d35c6
"
archive: "https://gforge.inria.fr/frs/download.php/file/3
7147/why3-0.88.0
.tar.gz"
checksum: "
1aef885ff8eee34107585e11db623a8d
"
opam/why3/opam
View file @
15cd0092
...
...
@@ -19,15 +19,18 @@ tags: [
"automated theorem prover"
"interactive theorem prover"
]
available: [ ocaml-version >= "4.0
1.0
" ]
available: [ ocaml-version >= "4.0
2.3
" ]
depends: [
"why3-base" { = "0.8
7.3
" }
"why3-base" { = "0.8
8.0
" }
"lablgtk"
"conf-gtksourceview"
"zarith"
"camlzip"
"ocamlgraph"
]
depopts: [
"coq"
]
messages:[
"Coq realizations of Why3 theories are only available if Coq is installed" { !coq:installed }
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment