]> matita.cs.unibo.it Git - helm.git/commitdiff
pgocaml ==> postgres
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 10 Jun 2002 17:35:07 +0000 (17:35 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 10 Jun 2002 17:35:07 +0000 (17:35 +0000)
Note: a debian package is now available on Zack debian repository
In case you don't use the debian package and postgres is not found, just
make a symbol link from postgres to pgocaml.

helm/ocaml/META.helm-mathql_interpreter.src
helm/ocaml/mathql_interpreter/Makefile

index 1d5f71e608d957d8925dfbca809844a70a4985f9..8cc8c445c253925d507475d152d3105e57f15ca2 100644 (file)
@@ -1,4 +1,4 @@
-requires="helm-urimanager pgocaml"
+requires="helm-urimanager postgres"
 version="0.0.1"
 archive(byte)="mathql_interpreter.cma"
 archive(native)="mathql_interpreter.cmxa"
index 28c71737db037c1c4fc2b8898ac1c0e4f539b46b..f5714135815987f859d5cf8a8cf9a33263d640bc 100644 (file)
@@ -1,5 +1,5 @@
 PACKAGE = mathql_interpreter
-REQUIRES = helm-urimanager pgocaml unix helm-mathql
+REQUIRES = helm-urimanager postgres unix helm-mathql
 PREDICATES =
 
 INTERFACE_FILES = dbconn.mli eval.mli utility.mli func.mli diff.mli \