Releases: toolslive/camltc
Releases · toolslive/camltc
camltc-0.9.8
- move build to dune.
- suppress submodules (for suite opam2)
- fixes a linking issue:
camltc.cma : Force custom: YES
camltc-0.9.7
Merge pull request #40 from UnixJunkie/better_bdb Better bdb
Camltc 0.9.6
- compiles under 4.06.1
Camltc 0.9.5
Lwt.4.0.0
0.9.4
- adding a .cmx file to installation removes warnings on ocaml 4.03
- make demo.ml compile again
0.9.3
0.9.2
-
api change on sync:
val sync : t -> unit
-
Tokyo cabinet as a submodule
-
cosmetics (duplicate license entry etc)
0.9.1
-
This release sets the license. We picked ALv2
-
a new call:
val get3_generic : bdb -> string -> int -> int -> string (** [get3_generic bdb s off len] considers the substring of s as the key for a get3 *)
0.9.0
Adding new flavour to the cursor based API, which allows you to retrieve keys and values with less copying.
val get3: bdb -> string -> string
val key3: bdb -> bdbcur -> string
val value3: bdb -> bdbcur -> string
0.8.3
Merge pull request #15 from domsj/master Update META