]> matita.cs.unibo.it Git - helm.git/commitdiff
added META for module helm-tactics
authorStefano Zacchiroli <zack@upsilon.cc>
Tue, 28 Jan 2003 10:23:59 +0000 (10:23 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Tue, 28 Jan 2003 10:23:59 +0000 (10:23 +0000)
helm/ocaml/META.helm-tactics.src [new file with mode: 0644]
helm/ocaml/Makefile.in

diff --git a/helm/ocaml/META.helm-tactics.src b/helm/ocaml/META.helm-tactics.src
new file mode 100644 (file)
index 0000000..e2ac715
--- /dev/null
@@ -0,0 +1,4 @@
+requires="helm-cic_textual_parser helm-cic_proof_checking helm-cic_unification"
+version="0.0.1"
+archive(byte)="tactics.cma"
+archive(native)="tactics.cmxa"
index 9ebef24228f5eda545bb046f2add63792f75112f..126f55dd2ad1169511985a94028752a16490dc06 100644 (file)
@@ -1,7 +1,7 @@
 # Warning: the modules must be in compilation order
 MODULES = xml urimanager getter pxp cic cic_annotations cic_annotations_cache \
           cic_cache cic_proof_checking cic_textual_parser cic_unification \
-          mathql mathql_interpreter
+          tactics mathql mathql_interpreter
 
 OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@
 OCAMLFIND_META_DIR = @OCAMLFIND_META_DIR@