Skip to content

Commit

Permalink
Merge pull request #3271 from proux01/coq-stdlib_dev
Browse files Browse the repository at this point in the history
[core-dev] Update coq-stdlib following coq/coq#19952
  • Loading branch information
proux01 authored Dec 21, 2024
2 parents fd1e5ec + 45db3df commit 1b0f530
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core-dev/packages/coq-stdlib/coq-stdlib.dev/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ doc: "https://coq.github.io/doc/"
bug-reports: "https://github.com/coq/coq/issues"
depends: [
"dune" {>= "3.8"}
"coq-core"
"rocq-runtime"
"rocq-core" {= version}
"odoc" {with-doc}
]
Expand All @@ -32,6 +32,7 @@ build: [
["sh" "-c" "echo '(dirs stdlib)' > dune"]
["dune" "subst"] {dev}
[
"stdlib/dev/with-rocq-wrap.sh"
"dune"
"build"
"-p"
Expand Down

0 comments on commit 1b0f530

Please sign in to comment.