Skip to content

Releases: toolslive/camltc

camltc-0.9.8

27 Aug 10:46
e7d9341
Compare
Choose a tag to compare
  • move build to dune.
  • suppress submodules (for suite opam2)
  • fixes a linking issue: camltc.cma : Force custom: YES

camltc-0.9.7

20 Jul 16:58
a443a2e
Compare
Choose a tag to compare
Merge pull request #40 from UnixJunkie/better_bdb

Better bdb

Camltc 0.9.6

13 Jun 14:22
bf99b59
Compare
Choose a tag to compare
  • compiles under 4.06.1

Camltc 0.9.5

15 Apr 16:45
0add14c
Compare
Choose a tag to compare

Lwt.4.0.0

0.9.4

21 Oct 08:02
Compare
Choose a tag to compare
  • adding a .cmx file to installation removes warnings on ocaml 4.03
  • make demo.ml compile again

0.9.3

21 Oct 08:02
Compare
Choose a tag to compare

bugfix:

  • #25 small range bug

0.9.2

03 Jun 11:59
Compare
Choose a tag to compare
  • api change on sync:

    val sync : t -> unit

  • Tokyo cabinet as a submodule

  • cosmetics (duplicate license entry etc)

0.9.1

09 Apr 11:28
Compare
Choose a tag to compare
  • 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

18 Mar 09:05
Compare
Choose a tag to compare

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

27 Feb 12:22
Compare
Choose a tag to compare
Merge pull request #15 from domsj/master

Update META