Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
stdpp
Commits
5425c9b1
There was a problem fetching the pipeline metadata.
Commit
5425c9b1
authored
7 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
some README changes
parent
b6f2f9e2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+8
-0
8 additions, 0 deletions
CHANGELOG.md
README.md
+12
-10
12 additions, 10 deletions
README.md
with
20 additions
and
10 deletions
CHANGELOG.md
+
8
−
0
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.
This diff is collapsed.
Click to expand it.
README.md
+
12
−
10
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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment