summaryrefslogtreecommitdiff
path: root/databases/ocaml-sqlite3/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2019-03-05Updated databases/ocaml-sqlite3 for dune compatibility.jaapb1-2/+2
Package is now compatible with dune 1.7; revbump.
2018-04-04Revbump for databases/ocaml-sqlite3.jaapb1-1/+3
No upstream changes, just dealing with new files caused to be installed by the new version of jbuilder.
2017-10-14Updated databases/ocaml-sqlite3 to version 4.3.0.jaapb1-3/+6
This version includes a build system change (to jbuilder), backup functionality and added support for MSVC.
2016-08-17Updated package to latest version, 4.0.5. Changes include:jaapb1-11/+14
Changed default configuration setting for loadable extensions on Mac OS X. Due to frequent installation issues the default setting is now to turn off loadable extensions on that platform. You will have to explicitly turn them on if you need them. Fixed a bug finalizing user-defined functions for a database. More build process improvements for Homebrew users. Improved build process for Homebrew users. Major API change that is compatible with major release series 2: It is now possible to return errors from user-defined SQL-functions by simply raising (arbitrary) exceptions. This somewhat tricky internal change eliminates the need for Data.ERROR and reestablishes compatibility with major release series 2. Sorry for the churn, but the more elegant solution was not quite obvious! Added user function error handling (major API change). Fixed a build problem due to Oasis/ocamlbuild inconsistency. Fixed a callback locking bug when encountering rows containing unexpected NULLs.
2016-06-25Updated package to use ocaml.mk framework. No upstream changes.jaapb1-3/+1
2014-10-09Updated package to version 2.0.6. Package now uses ocaml.mk framework.jaapb1-5/+5
There seem to have been no major changes, but upstream is now hosted on github.
2012-09-16Updated databases/ocaml-sqlite3 to version 2.0.2. Summary of changes:jaapb1-2/+5
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.
2012-05-14Initial import of ocaml-sqlite3-1.6.1, packaged by Jaap Boender inwiz1-0/+10
PR 41690. This package contains is an OCaml database library wrapper for SQLite.