]> matita.cs.unibo.it Git - helm.git/commitdiff
moved mathql metas to mathql/
authorStefano Zacchiroli <zack@upsilon.cc>
Thu, 2 Feb 2006 10:16:04 +0000 (10:16 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Thu, 2 Feb 2006 10:16:04 +0000 (10:16 +0000)
helm/mathql/METAS/meta.helm-mathql.src [new file with mode: 0644]
helm/mathql/METAS/meta.helm-mathql_generator.src [new file with mode: 0644]
helm/mathql/METAS/meta.helm-mathql_interpreter.src [new file with mode: 0644]
helm/ocaml/METAS/meta.helm-mathql.src [deleted file]
helm/ocaml/METAS/meta.helm-mathql_generator.src [deleted file]
helm/ocaml/METAS/meta.helm-mathql_interpreter.src [deleted file]

diff --git a/helm/mathql/METAS/meta.helm-mathql.src b/helm/mathql/METAS/meta.helm-mathql.src
new file mode 100644 (file)
index 0000000..df553d7
--- /dev/null
@@ -0,0 +1,5 @@
+requires="helm-urimanager"
+version="1.3"
+archive(byte)="mathql.cma"
+archive(native)="mathql.cmxa"
+linkopts=""
diff --git a/helm/mathql/METAS/meta.helm-mathql_generator.src b/helm/mathql/METAS/meta.helm-mathql_generator.src
new file mode 100644 (file)
index 0000000..c416820
--- /dev/null
@@ -0,0 +1,5 @@
+requires="helm-cic helm-cic_proof_checking helm-mathql"
+version="1.3"
+archive(byte)="mathql_generator.cma"
+archive(native)="mathql_generator.cmxa"
+linkopts=""
diff --git a/helm/mathql/METAS/meta.helm-mathql_interpreter.src b/helm/mathql/METAS/meta.helm-mathql_interpreter.src
new file mode 100644 (file)
index 0000000..42275ab
--- /dev/null
@@ -0,0 +1,6 @@
+requires="helm-cic postgres mysql helm-mathql helm-registry"
+#natile-galax 
+version="1.3"
+archive(byte)="mathql_interpreter.cma"
+archive(native)="mathql_interpreter.cmxa"
+linkopts=""
diff --git a/helm/ocaml/METAS/meta.helm-mathql.src b/helm/ocaml/METAS/meta.helm-mathql.src
deleted file mode 100644 (file)
index df553d7..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-requires="helm-urimanager"
-version="1.3"
-archive(byte)="mathql.cma"
-archive(native)="mathql.cmxa"
-linkopts=""
diff --git a/helm/ocaml/METAS/meta.helm-mathql_generator.src b/helm/ocaml/METAS/meta.helm-mathql_generator.src
deleted file mode 100644 (file)
index c416820..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-requires="helm-cic helm-cic_proof_checking helm-mathql"
-version="1.3"
-archive(byte)="mathql_generator.cma"
-archive(native)="mathql_generator.cmxa"
-linkopts=""
diff --git a/helm/ocaml/METAS/meta.helm-mathql_interpreter.src b/helm/ocaml/METAS/meta.helm-mathql_interpreter.src
deleted file mode 100644 (file)
index 42275ab..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-requires="helm-cic postgres mysql helm-mathql helm-registry"
-#natile-galax 
-version="1.3"
-archive(byte)="mathql_interpreter.cma"
-archive(native)="mathql_interpreter.cmxa"
-linkopts=""