version = "0.4"
description = "Handling RDF graphs"
requires = "netstring,xmlm"
archive(byte) = "rdf.cma"
archive(native) = "rdf.cmxa"
archive(native,plugin) = "rdf.cmxs"
package "mysql" (
  exists_if = "rdf_mysql.cma"
  version = "0.4"
  description = "MySQL interface"
  requires = "mysql,rdf"
  archive(byte) = "rdf_mysql.cma"
  archive(native) = "rdf_mysql.cmxa"
  archive(native,plugin) = "rdf_mysql.cmxs"

)
package "postgresql" (
  exists_if = "rdf_postgresql.cma"
  version = "0.4"
  description = "Postgresql interface"
  requires = "postgresql,rdf"
  archive(byte) = "rdf_postgresql.cma"
  archive(native) = "rdf_postgresql.cmxa"
  archive(native,plugin) = "rdf_postgresql.cmxs"
)
