This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
From basic Require Import foo.
|
||||
|
||||
Definition mynum (i : mynat) := 3.
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
(coq.theory
|
||||
(name basic)
|
||||
(package base)
|
||||
(mode native)
|
||||
(modules :standard)
|
||||
(synopsis "Test Coq library"))
|
||||
|
||||
(rule
|
||||
(alias default)
|
||||
(action (echo "%{read:base.install}")))
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
(lang dune 2.8)
|
||||
|
||||
(using coq 0.3)
|
||||
|
|
@ -0,0 +1 @@
|
|||
Definition mynat := nat.
|
||||
|
|
@ -0,0 +1,31 @@
|
|||
$ dune build --profile=release --display short --debug-dependency-path @all
|
||||
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))
|
||||
coqdep .basic.theory.d
|
||||
coqc Nbasic_foo.{cmi,cmxs},foo.{glob,vo}
|
||||
coqc Nbasic_bar.{cmi,cmxs},bar.{glob,vo}
|
||||
|
||||
$ dune build --profile=release --debug-dependency-path @default
|
||||
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/base/META"
|
||||
"_build/install/default/lib/base/dune-package"
|
||||
"_build/install/default/lib/base/opam"
|
||||
]
|
||||
lib_root: [
|
||||
"_build/install/default/lib/coq/user-contrib/basic/.coq-native/Nbasic_bar.cmi" {"coq/user-contrib/basic/.coq-native/Nbasic_bar.cmi"}
|
||||
"_build/install/default/lib/coq/user-contrib/basic/.coq-native/Nbasic_bar.cmxs" {"coq/user-contrib/basic/.coq-native/Nbasic_bar.cmxs"}
|
||||
"_build/install/default/lib/coq/user-contrib/basic/.coq-native/Nbasic_foo.cmi" {"coq/user-contrib/basic/.coq-native/Nbasic_foo.cmi"}
|
||||
"_build/install/default/lib/coq/user-contrib/basic/.coq-native/Nbasic_foo.cmxs" {"coq/user-contrib/basic/.coq-native/Nbasic_foo.cmxs"}
|
||||
"_build/install/default/lib/coq/user-contrib/basic/bar.glob" {"coq/user-contrib/basic/bar.glob"}
|
||||
"_build/install/default/lib/coq/user-contrib/basic/bar.v" {"coq/user-contrib/basic/bar.v"}
|
||||
"_build/install/default/lib/coq/user-contrib/basic/bar.vo" {"coq/user-contrib/basic/bar.vo"}
|
||||
"_build/install/default/lib/coq/user-contrib/basic/foo.glob" {"coq/user-contrib/basic/foo.glob"}
|
||||
"_build/install/default/lib/coq/user-contrib/basic/foo.v" {"coq/user-contrib/basic/foo.v"}
|
||||
"_build/install/default/lib/coq/user-contrib/basic/foo.vo" {"coq/user-contrib/basic/foo.vo"}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue