Skip to content

Commit

Permalink
I was wrong, a new coq-vst-lib.2.14 is required after all
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-appel committed Mar 21, 2024
1 parent 7d3d770 commit a287f07
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
2 changes: 1 addition & 1 deletion released/packages/coq-vst-lib/coq-vst-lib.2.13/opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ depends: [
"coq" {>= "8.16" & < "8.20~"}
"coq-compcert" {>= "3.11"}
"coq-flocq" {>= "4.1.0" & < "5.0"}
"coq-vcfloat" {>= "2.1"}
"coq-vcfloat" {>= "2.1" & < "2.2~"}
"coq-vst" {>= "2.11.1"}
]
url {
Expand Down
45 changes: 45 additions & 0 deletions released/packages/coq-vst-lib/coq-vst-lib.2.14/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
opam-version: "2.0"
synopsis: "VSTlib: VST-verified C library for VST-verified clients"
description: "These program modules, in the form of Verified Software Units,
may be linked with client-module code (at the .c/.o level) and proofs (at the .v level)."
authors: [
"Andrew W. Appel"
"William Mansky"
]
maintainer: "Andrew W. Appel <[email protected]>"
homepage: "https://github.com/PrincetonUniversity/VST/tree/v2.13/lib#readme"
dev-repo: "git+https://github.com/PrincetonUniversity/VST"
bug-reports: "https://github.com/PrincetonUniversity/VST/issues"
license: "BSD-2-Clause"

build: [
[ make "-C" "lib" "-j%{jobs}%" "proof-only"]
]
install: [
[ make "-C" "lib" "install" "INSTALLDIR=%{lib}%/coq/user-contrib/VSTlib"]
]
run-test: [
[ make "-C" "lib" "-j%{jobs}%" "test-only"]
]
depends: [
"coq" {>= "8.17" & < "8.20~"}
"coq-compcert" {>= "3.13"}
"coq-flocq" {>= "4.1.0" & < "5.0"}
"coq-vcfloat" {>= "2.2"}
"coq-vst" {>= "2.13"}
]
url {
src: "https://github.com/PrincetonUniversity/VST/releases/download/v2.14/VST-2.14.tar.gz"
checksum: "sha256=c11551c454057b8a6c7a958534f3ec783e09450ff7e373bfb7c3d6c009d46c06"
}
tags: [
"date:2024-03-20"
"keyword:VST"
"keyword:library"
"keyword:malloc"
"keyword:threads"
"keyword:floating-point arithmetic"
"category:Miscellaneous/Coq Extensions"
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"logpath:VSTlib"
]

0 comments on commit a287f07

Please sign in to comment.