1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: netstring
Section: devel
Priority: optional
Maintainer: Stefano Zacchiroli <zack@debian.org>
Build-Depends: debhelper (>> 3.0.0), ocaml (>= 3.04), ocaml-findlib
Standards-Version: 3.5.2
Package: libnetstring-ocaml-dev
Architecture: any
Depends: ocaml (>= 3.04), ocaml (<< 3.05)
Recommends: ocaml-findlib
Conflicts: ocaml-netstring
Provides: ocaml-netstring
Replaces: ocaml-netstring
Description: OCaml library for internet related string handling
Netstring is a collection of string processing functions that are
useful in conjunction with Internet messages and protocols.
.
In particular, it contains functions for the following purposes:
Parsing MIME messages, Several encoding/decoding functions (Base 64,
Quoted Printable, Q, URL-encoding), A new implementation of the CGI
interface that allows users to upload files, A simple HTML parser, URL
parsing, printing and processing, Conversion between character sets.
|