This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
From a Require Import a.
|
||||
|
||||
Definition bar := a.foo.
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
(coq.theory
|
||||
(name b)
|
||||
(package cvendor)
|
||||
(theories a))
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
(rule
|
||||
(alias default)
|
||||
(action (echo "%{read:cvendor.install}")))
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
(lang dune 3.3)
|
||||
(using coq 0.4)
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
$ dune build
|
||||
Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
|
||||
3.8 and will be removed in an upcoming Dune version.
|
||||
Hint: To disable this warning, add the following to your dune-project file:
|
||||
(warnings (deprecated_coq_lang_lt_08 disabled))
|
||||
lib: [
|
||||
"_build/install/default/lib/cvendor/META"
|
||||
"_build/install/default/lib/cvendor/dune-package"
|
||||
"_build/install/default/lib/cvendor/opam"
|
||||
]
|
||||
lib_root: [
|
||||
"_build/install/default/lib/coq/user-contrib/b/b.glob" {"coq/user-contrib/b/b.glob"}
|
||||
"_build/install/default/lib/coq/user-contrib/b/b.v" {"coq/user-contrib/b/b.v"}
|
||||
"_build/install/default/lib/coq/user-contrib/b/b.vo" {"coq/user-contrib/b/b.vo"}
|
||||
]
|
||||
|
|
@ -0,0 +1 @@
|
|||
Definition foo := 3.
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
(coq.theory
|
||||
(name a)
|
||||
(package cvendor2))
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
(lang dune 2.5)
|
||||
|
||||
(using coq 0.2)
|
||||
Loading…
Add table
Add a link
Reference in a new issue