Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
David Swasey
coq-stdpp
Commits
5425c9b1
Commit
5425c9b1
authored
Dec 18, 2017
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some README changes
parent
b6f2f9e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
10 deletions
+20
-10
CHANGELOG.md
CHANGELOG.md
+8
-0
README.md
README.md
+12
-10
No files found.
CHANGELOG.md
View file @
5425c9b1
...
...
@@ -44,3 +44,11 @@ Changes to notations:
+
Change the level of the do-notation.
+
`<$>`
is left associative.
+
Notation
`x ;; y`
for
`_ ← x; y`
.
## History
Coq-std++ has originally been developed by Robbert Krebbers as part of his
formalization of the C programming language in his PhD thesis, called
[
CH2O
](
http://robbertkrebbers.nl/thesis.html
)
. After that, Coq-std++ has been
part of the
[
Iris project
](
http://iris-project.org
)
, and has continued to be
developed by Robbert Krebbers, Ralf Jung, and Jacques Henri-Jourdan.
README.md
View file @
5425c9b1
...
...
@@ -34,20 +34,22 @@ Notably:
`Obligation Tactic := idtac`
,
`Add Search Blacklist "_obligation_"`
. See
[
`base.v`
](
theories/base.v
)
for further details.
## History
Coq-std++ has originally been developed by Robbert Krebbers as part of his
formalization of the C programming language in his PhD thesis, called
[
CH2O
](
http://robbertkrebbers.nl/thesis.html
)
. After that, Coq-std++ has been
part of the
[
Iris project
](
http://iris-project.org
)
, and has continued to be
developed by Robbert Krebbers, Ralf Jung, and Jacques Henri-Jourdan.
## Prerequisites
This version is known to compile with:
-
Coq version 8.6.0 / 8.6.1 / 8.7.0 / 8.7.1
## Building Instructions
## Installing via opam
To obtain the latest stable release via opam, you have to add the Coq opam
repository:
opam repo add coq-released https://coq.inria.fr/opam/released
Then you can do
`opam install coq-stdpp`
.
## Building from source
Run
`make`
to build the full development. Run
`make install`
to install the library.
Run
`make -jN`
in this directory to build the library, where
`N`
is the number
of your CPU cores. Then run
`make install`
to install the library.
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