Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
c
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
c
Commits
598eec55
Commit
598eec55
authored
Feb 28, 2019
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update opam file.
parent
3eafac63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
opam
opam
+5
-4
No files found.
opam
View file @
598eec55
opam-version: "1.2"
opam-version: "1.2"
name: "coq-iris-c
-monad
"
name: "coq-iris-c"
maintainer: "Dan Frumin"
maintainer: "Dan Frumin"
authors: "Dan Frumin, Leon Gondelman, Robbert Krebbers"
authors: "Dan Frumin, Leon Gondelman, Robbert Krebbers"
homepage: "https://gitlab.science.ru.nl/lgg/iris-c-monad"
license: "BSD"
bug-reports: "https://gitlab.science.ru.nl/lgg/iris-c-monad/issues"
bug-reports: "https://gitlab.mpi-sws.org/iris/c/issues"
dev-repo: "https://gitlab.mpi-sws.org/iris/c.git"
build: [make "-j%{jobs}%"]
build: [make "-j%{jobs}%"]
install: [make "install"]
install: [make "install"]
remove: [
"rm" "-rf" "%{lib}%/coq/user-contrib/iris-c-monad"
]
remove: [
"sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iris-c"
]
depends: [
depends: [
"coq-iris" { (= "dev.2019-02-25.0.9b44e889") | (= "dev") }
"coq-iris" { (= "dev.2019-02-25.0.9b44e889") | (= "dev") }
]
]
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