Skip to content

Commit d810c88

Browse files
committed
Move stdlib
1 parent 91ea91e commit d810c88

File tree

1,101 files changed

+76
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,101 files changed

+76
-56
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,6 @@ bin
161161
theories/dune
162162
user-contrib/Ltac2/dune
163163
/test-suite/test_suite_config.inc
164+
165+
.wrappers
166+
rocq-stdlib-doc.opam

stdlib/INSTALL.md INSTALL.md

stdlib/LICENSE LICENSE

File renamed without changes.

Makefile

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
DUNE=dev/with-rocq-wrap.sh dune
2+
3+
all:
4+
$(DUNE) build -p rocq-stdlib @install
5+
6+
install:
7+
$(DUNE) install --root . rocq-stdlib
8+
9+
# Make of individual .vo
10+
theories/%.vo:
11+
$(DUNE) build $@
12+
13+
refman-html:
14+
$(DUNE) build --root . --no-buffer @refman-html
15+
16+
stdlib-html:
17+
$(DUNE) build --root . @stdlib-html

stdlib/Makefile.ci Makefile.ci

File renamed without changes.

stdlib/README.md README.md

stdlib/coq-stdlib.opam coq-stdlib.opam

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,18 @@ authors: ["The Rocq development team, INRIA, CNRS, and contributors"]
88
license: "LGPL-2.1-only"
99
homepage: "https://coq.inria.fr/"
1010
doc: "https://coq.github.io/doc/"
11-
bug-reports: "https://github.com/coq/coq/issues"
11+
bug-reports: "https://github.com/coq/stdlib/issues"
1212
depends: [
1313
"dune" {>= "3.8"}
1414
"coq-core"
1515
"rocq-stdlib" {= version}
1616
"odoc" {with-doc}
1717
]
18+
dev-repo: "git+https://github.com/coq/stdlib.git"
1819
build: [
1920
["dune" "subst"] {dev}
2021
[
22+
"dev/with-rocq-wrap.sh"
2123
"dune"
2224
"build"
2325
"-p"
@@ -29,4 +31,3 @@ build: [
2931
"@doc" {with-doc}
3032
]
3133
]
32-
dev-repo: "git+https://github.com/coq/coq.git"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

stdlib/doc/README.md doc/README.md

File renamed without changes.
File renamed without changes.

stdlib/doc/dune doc/dune

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

stdlib/dune-project dune-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
(maintainers "The Rocq standard library development team")
1616
(authors "The Rocq development team, INRIA, CNRS, and contributors")
1717
; This generates bug-reports and dev-repo
18-
(source (github coq/coq))
18+
(source (github coq/stdlib))
1919
(homepage https://coq.inria.fr/)
2020
(documentation "https://coq.github.io/doc/")
2121
(version dev)

stdlib/rocq-stdlib.opam rocq-stdlib.opam

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ authors: ["The Rocq development team, INRIA, CNRS, and contributors"]
2121
license: "LGPL-2.1-only"
2222
homepage: "https://coq.inria.fr/"
2323
doc: "https://coq.github.io/doc/"
24-
bug-reports: "https://github.com/coq/coq/issues"
24+
bug-reports: "https://github.com/coq/stdlib/issues"
2525
depends: [
2626
"dune" {>= "3.8"}
2727
"rocq-runtime"
2828
"rocq-core" {= version}
2929
"odoc" {with-doc}
3030
]
31-
dev-repo: "git+https://github.com/coq/coq.git"
31+
dev-repo: "git+https://github.com/coq/stdlib.git"
3232
build: [
3333
["dune" "subst"] {dev}
3434
[

rocq-stdlib.opam.template

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
build: [
2+
["dune" "subst"] {dev}
3+
[
4+
"dev/with-rocq-wrap.sh"
5+
"dune"
6+
"build"
7+
"-p"
8+
name
9+
"-j"
10+
jobs
11+
"@install"
12+
"@runtest" {with-test}
13+
"@doc" {with-doc}
14+
]
15+
]

stdlib/.gitignore

-1
This file was deleted.

stdlib/Makefile

-15
This file was deleted.
File renamed without changes.

stdlib/test-suite/Makefile test-suite/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ all: run
145145
else
146146
all:
147147
$(MAKE) run | tee time-of-build.log
148-
python ../../tools/make-one-time-file.py --real time-of-build.log
148+
python ../tools/make-one-time-file.py --real time-of-build.log
149149
$(MAKE) report
150150
endif
151151
endif
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)