Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ mutexes.out
mutexes.pdf
mutexes.synctex.gz
comment.cut
_RocqProject
26 changes: 0 additions & 26 deletions _CoqProject

This file was deleted.

1 change: 1 addition & 0 deletions rocq-brick-libstdcpp/proof/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
(rocq.theory
(name skylabs.brick.libstdcpp) ; logical path of this library
(package rocq-brick-libstdcpp)
(generate_project_file)
(theories
; skylabs deps
Stdlib
Expand Down
1 change: 1 addition & 0 deletions rocq-brick-libstdcpp/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
(include_subdirs qualified)
(rocq.theory
(name skylabs.brick.libstdcpp.test) ; logical path of this library
(generate_project_file)
(theories
; skylabs.brick.libstdcpp deps
Stdlib
Expand Down