-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add opam package for new version coq-unimath.20240923
- Loading branch information
1 parent
1de744a
commit 776bffb
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
opam-version: "2.0" | ||
maintainer: "The UniMath Development Team" | ||
homepage: "https://github.com/UniMath/UniMath" | ||
dev-repo: "git+https://github.com/UniMath/UniMath.git" | ||
bug-reports: "https://github.com/UniMath/UniMath/issues" | ||
license: "Similar to MIT license" | ||
authors: ["The UniMath Development Team"] | ||
build: [make "BUILD_COQ=no" "-j%{jobs}%"] | ||
install: [make "BUILD_COQ=no" "install"] | ||
depends: [ | ||
"ocaml" | ||
"coq" {>= "8.18"} | ||
] | ||
synopsis: "Library of Univalent Mathematics" | ||
url { | ||
src: "https://github.com/UniMath/UniMath/archive/refs/tags/v20240923.tar.gz" | ||
checksum: "sha512=ffb905217bc6426d6ad00168959961f560a05c040b10de0145ef27e1d93e9ab9ef60f7f5127fc8b9e0b04ad99608b452dbf261bc34072ee4f47ef6b6951bbc47" | ||
} |