82d6fe9326
2012-07-20: Downgraded findlib version requirement to support the Debian testing branch. 2012-07-16: Replaced String.trim function in myocamlbuild.ml to allow compiling with OCaml 3.12.1. 2012-07-15: New major release version 2.0.0: * Upgraded to OCaml 4.00 * Switched to Oasis for packaging * Switched to OCamlBuild for the build process * Rewrote README in Markdown * Added stricter compilation flags 2012-05-19: Fixed cpp warnings and removed superfluous check for dynamic linking library. The latter improves portability to FreeBSD. 2011-03-10: Added sqlite3_open_v2 functionality. There are also some changes to the package itself: the upstream distribution site changed; the maintainer e-mail address as well, and the package now uses PLIST_VARS.
13 lines
658 B
Text
13 lines
658 B
Text
@comment $NetBSD: PLIST,v 1.2 2012/09/16 11:34:45 jaapb Exp $
|
|
@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/sqlite3
|
|
lib/ocaml/site-lib/sqlite3/META
|
|
lib/ocaml/site-lib/sqlite3/dllsqlite3_stubs.so
|
|
lib/ocaml/site-lib/sqlite3/libsqlite3_stubs.a
|
|
${PLIST.opt}lib/ocaml/site-lib/sqlite3/sqlite3.a
|
|
lib/ocaml/site-lib/sqlite3/sqlite3.cma
|
|
lib/ocaml/site-lib/sqlite3/sqlite3.cmi
|
|
${PLIST.opt}lib/ocaml/site-lib/sqlite3/sqlite3.cmx
|
|
${PLIST.opt}lib/ocaml/site-lib/sqlite3/sqlite3.cmxa
|
|
${PLIST.opt}lib/ocaml/site-lib/sqlite3/sqlite3.cmxs
|
|
lib/ocaml/site-lib/sqlite3/sqlite3.mli
|
|
@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/sqlite3
|