This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
From foo Require Import foo.
|
||||
|
||||
Definition mynum (i : mynat) := 3.
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
(coq.theory
|
||||
(name bar.baz)
|
||||
(package base)
|
||||
(mode native)
|
||||
(theories foo)
|
||||
(modules :standard)
|
||||
(synopsis "Test Coq library"))
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
(rule
|
||||
(alias default)
|
||||
(action (echo "%{read:base.install}")))
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
(lang dune 2.8)
|
||||
|
||||
(using coq 0.3)
|
||||
|
|
@ -0,0 +1 @@
|
|||
Definition aa := 3.
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
(coq.theory
|
||||
(name foo)
|
||||
(package base)
|
||||
(mode native)
|
||||
(modules :standard)
|
||||
(synopsis "Test Coq library"))
|
||||
|
||||
(include_subdirs qualified)
|
||||
|
|
@ -0,0 +1 @@
|
|||
Definition mynat := nat.
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
$ 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 bar/.bar.theory.d
|
||||
coqdep foo/.foo.theory.d
|
||||
coqc foo/Nfoo_foo.{cmi,cmxs},foo/foo.{glob,vo}
|
||||
coqc foo/a/Nfoo_a_a.{cmi,cmxs},foo/a/a.{glob,vo}
|
||||
coqc bar/Nbar_baz_bar.{cmi,cmxs},bar/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/bar/baz/.coq-native/Nbar_baz_bar.cmi" {"coq/user-contrib/bar/baz/.coq-native/Nbar_baz_bar.cmi"}
|
||||
"_build/install/default/lib/coq/user-contrib/bar/baz/.coq-native/Nbar_baz_bar.cmxs" {"coq/user-contrib/bar/baz/.coq-native/Nbar_baz_bar.cmxs"}
|
||||
"_build/install/default/lib/coq/user-contrib/bar/baz/bar.glob" {"coq/user-contrib/bar/baz/bar.glob"}
|
||||
"_build/install/default/lib/coq/user-contrib/bar/baz/bar.v" {"coq/user-contrib/bar/baz/bar.v"}
|
||||
"_build/install/default/lib/coq/user-contrib/bar/baz/bar.vo" {"coq/user-contrib/bar/baz/bar.vo"}
|
||||
"_build/install/default/lib/coq/user-contrib/foo/.coq-native/Nfoo_foo.cmi" {"coq/user-contrib/foo/.coq-native/Nfoo_foo.cmi"}
|
||||
"_build/install/default/lib/coq/user-contrib/foo/.coq-native/Nfoo_foo.cmxs" {"coq/user-contrib/foo/.coq-native/Nfoo_foo.cmxs"}
|
||||
"_build/install/default/lib/coq/user-contrib/foo/a/.coq-native/Nfoo_a_a.cmi" {"coq/user-contrib/foo/a/.coq-native/Nfoo_a_a.cmi"}
|
||||
"_build/install/default/lib/coq/user-contrib/foo/a/.coq-native/Nfoo_a_a.cmxs" {"coq/user-contrib/foo/a/.coq-native/Nfoo_a_a.cmxs"}
|
||||
"_build/install/default/lib/coq/user-contrib/foo/a/a.glob" {"coq/user-contrib/foo/a/a.glob"}
|
||||
"_build/install/default/lib/coq/user-contrib/foo/a/a.v" {"coq/user-contrib/foo/a/a.v"}
|
||||
"_build/install/default/lib/coq/user-contrib/foo/a/a.vo" {"coq/user-contrib/foo/a/a.vo"}
|
||||
"_build/install/default/lib/coq/user-contrib/foo/foo.glob" {"coq/user-contrib/foo/foo.glob"}
|
||||
"_build/install/default/lib/coq/user-contrib/foo/foo.v" {"coq/user-contrib/foo/foo.v"}
|
||||
"_build/install/default/lib/coq/user-contrib/foo/foo.vo" {"coq/user-contrib/foo/foo.vo"}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue