This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
14
unikernel/duniverse/ocaml-caqti/caqti-driver-pgx/lib/dune
Normal file
14
unikernel/duniverse/ocaml-caqti/caqti-driver-pgx/lib/dune
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
(rule (copy# ../../shared/postgresql_conv.ml postgresql_conv.ml))
|
||||
|
||||
(library
|
||||
(name caqti_driver_pgx)
|
||||
(public_name caqti-driver-pgx)
|
||||
(flags (:standard -alert -caqti_unstable))
|
||||
(library_flags (:standard -linkall))
|
||||
(libraries caqti caqti.platform domain-name ipaddr pgx))
|
||||
|
||||
(plugin
|
||||
(package caqti-driver-pgx)
|
||||
(name caqti-driver-pgx)
|
||||
(libraries caqti-driver-pgx)
|
||||
(site (caqti plugins)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue