File: control

package info (click to toggle)
netstring 0.10.1-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,000 kB
  • ctags: 895
  • sloc: ml: 8,389; xml: 416; makefile: 188; sh: 103
file content (23 lines) | stat: -rw-r--r-- 934 bytes parent folder | download
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.