Skip to content

Commit 53842f7

Browse files
Switch to [rocq.theory].
1 parent 9779332 commit 53842f7

6 files changed

Lines changed: 9 additions & 8 deletions

File tree

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
(lang dune 3.17)
1+
(lang dune 3.21)

rocq-brick-libstdcpp/dune

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
(_
99
(flags :standard %{read-lines:flags/ocamlc})
1010
(ocamlopt_flags :standard -O3 -unbox-closures)
11-
(coq
12-
(coqdep_flags :standard -w +all)
11+
(rocq
12+
(rocqdep_flags :standard -w +all)
1313
(flags
1414
(:standard
1515
%{read-lines:flags/coqc}

rocq-brick-libstdcpp/dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
(lang dune 3.17)
2-
(using coq 0.10)
1+
(lang dune 3.21)
2+
(using rocq 0.11)
33
(name rocq-brick-libstdcpp)
44

55
(generate_opam_files)

rocq-brick-libstdcpp/proof/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
; Use of this file is only permitted subject to a separate written license agreement with BlueRock.
66

77
(include_subdirs qualified)
8-
(coq.theory
8+
(rocq.theory
99
(name skylabs.brick.libstdcpp) ; logical path of this library
1010
(package rocq-brick-libstdcpp)
1111
(theories

rocq-brick-libstdcpp/rocq-brick-libstdcpp.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license: "BSD-3"
1313
homepage: "https://github.com/SkyLabsAI/brick-libcpp"
1414
bug-reports: "https://github.com/SkyLabsAI/brick-libcpp/issues"
1515
depends: [
16-
"dune" {>= "3.17"}
16+
"dune" {>= "3.21"}
1717
"rocq-skylabs-cpp2v" {= "dev"}
1818
"elpi-cpp"
1919
"rocq-skylabs-auto-core"
@@ -34,3 +34,4 @@ build: [
3434
]
3535
]
3636
dev-repo: "git+https://github.com/SkyLabsAI/brick-libcpp.git"
37+
x-maintenance-intent: ["(latest)"]

rocq-brick-libstdcpp/test/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
; Use of this file is only permitted subject to a separate written license agreement with BlueRock.
66

77
(include_subdirs qualified)
8-
(coq.theory
8+
(rocq.theory
99
(name skylabs.brick.libstdcpp.test) ; logical path of this library
1010
(theories
1111
; skylabs.brick.libstdcpp deps

0 commit comments

Comments
 (0)