ocaml-re 1.2.2-1 source package in Ubuntu

Changelog

ocaml-re (1.2.2-1) unstable; urgency=medium


  * Team upload
  * New upstream release
  * Update Vcs-*

 -- Stéphane Glondu <email address hidden>  Wed, 06 Aug 2014 10:23:33 +0200

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocaml-re_1.2.2-1.dsc 2.0 KiB 04344447522dbb5e138b3f736be1a299207de8459674a1dffbe0cb1d07d51600
ocaml-re_1.2.2.orig.tar.gz 87.5 KiB fdc5233c8ff14394f39b0137029fd61f36cc17c703cbd54b173a94cdb827d62e
ocaml-re_1.2.2-1.debian.tar.xz 2.1 KiB d1e503d4df7351409ba21fdf5bebe4dcd42e91d5009a91449ccd07b167ef4fec

Available diffs

No changes file available.

Binary packages built by this source

libre-ocaml-dev: 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.