File tree Expand file tree Collapse file tree 6 files changed +26
-11
lines changed
Expand file tree Collapse file tree 6 files changed +26
-11
lines changed Original file line number Diff line number Diff line change 11(coq.theory
22 (name HoTT.Contrib)
33 (package coq-hott)
4- (flags -noinit -indices-matter -color on)
5- (coqdoc_flags :standard --interpolate --utf8 --no-externals --parse-comments)
64 (theories HoTT))
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ license: "BSD-2-Clause"
1616homepage: "http://homotopytypetheory.org/"
1717bug-reports: "https://github.com/HoTT/HoTT/issues"
1818depends: [
19- "dune" {>= "3.8 "}
19+ "dune" {>= "3.13 "}
2020 "coq" {>= "8.18.0"}
2121 "odoc" {with-doc}
2222]
Original file line number Diff line number Diff line change 6262 (glob_files_rec contrib/*.v)))
6363 (action
6464 (run etc/emacs/run-etags.sh %{vfile})))
65+
66+ ; Common flags for Coq
67+
68+ (env
69+ (dev
70+ (coq
71+ (coqdoc_flags
72+ :standard
73+ --interpolate
74+ --utf8
75+ --no-externals
76+ --parse-comments)
77+ (flags -noinit -indices-matter -color on)))
78+ (_
79+ (coq
80+ (coqdoc_flags
81+ :standard
82+ --interpolate
83+ --utf8
84+ --no-externals
85+ --parse-comments)
86+ (flags -noinit -indices-matter))))
Original file line number Diff line number Diff line change 1- (lang dune 3 .8 )
1+ (lang dune 3 .13 )
22
33(using coq 0 .8)
44
Original file line number Diff line number Diff line change 11(coq.theory
22 (name HoTT.Tests)
3- (theories HoTT)
4- (flags -noinit -indices-matter -color on)
5- (coqdoc_flags :standard --interpolate --utf8 --no-externals --parse-comments))
3+ (theories HoTT))
64
75(include_subdirs qualified)
86
Original file line number Diff line number Diff line change 66
77(coq.theory
88 (name HoTT)
9- (package coq-hott)
10- (modules :standard)
11- (flags -noinit -indices-matter -color on)
12- (coqdoc_flags :standard --interpolate --utf8 --no-externals --parse-comments))
9+ (package coq-hott))
You can’t perform that action at this time.
0 commit comments