Skip to content

Commit

Permalink
[core-dev] Update coq-stdlib following coq/coq#19952
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Dec 20, 2024
1 parent fd1e5ec commit 9112bd6
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"
"coq-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 9112bd6

Please sign in to comment.