Skip to content
Snippets Groups Projects
opam 583 B
Newer Older
opam-version: "1.2"
name: "coq-stdpp"
Ralf Jung's avatar
Ralf Jung committed
synopsis: "This project contains an extended \"Standard Library\" for Coq called coq-std++"
Ralf Jung's avatar
Ralf Jung committed
maintainer: "Ralf Jung <jung@mpi-sws.org>"
Ralf Jung's avatar
Ralf Jung committed
homepage: "https://gitlab.mpi-sws.org/iris/stdpp"
Ralf Jung's avatar
Ralf Jung committed
authors: "Robbert Krebbers, Jacques-Henri Jourdan, Ralf Jung"
Ralf Jung's avatar
Ralf Jung committed
bug-reports: "https://gitlab.mpi-sws.org/iris/stdpp/issues"
license: "BSD"
Ralf Jung's avatar
Ralf Jung committed
dev-repo: "https://gitlab.mpi-sws.org/iris/stdpp.git"
Ralf Jung's avatar
Ralf Jung committed
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/stdpp"]
  "coq" { (>= "8.7.2" & < "8.11~") | (= "dev") }