File: ROADMAP

package info (click to toggle)
camlbz2 0.8.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 188 kB
  • sloc: ansic: 292; ml: 66; makefile: 14; sh: 8
file content (20 lines) | stat: -rw-r--r-- 545 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

ROADMAP
=======

* 0.7.0

- bindings for the "low-level" bzip2 (de)compression API

   http://www.bzip.org/1.0.5/bzip2-manual-1.0.5.html#low-level

   That API would enable to (de)compress in memory, without forcibly
   having to (de)compress all the data at once (as currently supported
   by Bz2.{un,}compress). Low-level API bindings are a must for
   integration into Batteries (http://batteries.forge.ocamlcore.org).

* 0.6.0

- feature complete wrt the latest "GZ" release
   (of course excluding zlib bindings, which have been removed)