1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: ocaml-re
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Mehdi Dogguy <mehdi@debian.org>
Build-Depends:
debhelper (>= 9),
ocaml-nox (>= 3.12.0~),
ocaml-best-compilers,
ocaml-findlib,
libounit-ocaml-dev,
dh-ocaml (>= 0.9~)
Standards-Version: 3.9.8
Homepage: https://github.com/ocaml/ocaml-re
Vcs-Browser: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/ocaml-re.git
Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/ocaml-re.git
Package: libre-ocaml-dev
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
${ocaml:Depends}
Provides:
${ocaml:Provides}
Recommends: ocaml-findlib
Description: regular expression library for OCaml
RE is regular expression library for OCaml. The following styles of
regular expressions are supported:
* Perl-style regular expressions (module Re_perl);
* Posix extended regular expressions (module Re_posix);
* Emacs-style regular expressions (module Re_emacs);
* Shell-style file globbing (module Re_glob).
.
It is also possible to build regular expressions by combining simpler
regular expressions (module Re)
.
This package contains the development modules you need to use RE in
your programs.
|