mikmatch 1.0.6-4 source package in Ubuntu

Changelog

mikmatch (1.0.6-4) unstable; urgency=low


  * Team upload.
  * Add build-dependency on texlive-fonts-recommended (closes: #738386)

 -- Ralf Treinen <email address hidden>  Mon, 10 Feb 2014 21:10:16 +0100

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
ocaml
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe ocaml

Downloads

File Size SHA-256 Checksum
mikmatch_1.0.6-4.dsc 2.2 KiB 0430c55fb7bbfc76c6420363c2229a98bed3b604310a493c692880cb74fc4e14
mikmatch_1.0.6.orig.tar.gz 63.3 KiB 082d272c93929240faa1e634e3b1c8366f778cac68b773b81ac2feedbfa39a1c
mikmatch_1.0.6-4.debian.tar.xz 6.0 KiB 0a26182c7f1f051a90b90260f78e5544b29ec67fe34222c2cd2a183bb6f60d58

Available diffs

No changes file available.

Binary packages built by this source

libmikmatch-ocaml: camlp4 extension for pattern matching with regexps - runtime

 Mikmatch provides enhanced pattern matching with regexps for OCaml.
 .
 The goal of Mikmatch is to make text-oriented programs even easier to write,
 read and run without losing the unique and powerful features of OCaml.
 Mikmatch provides a concise and highly readable syntax for regular
 expressions, and integrates it into the syntax of OCaml thanks to Camlp4.
 .
 The implementation of Mikmatch consists essentially of:
  * a library which is loaded by the OCaml preprocessor (Camlp4) and
    defines sophisticated "macros", i.e. the modified syntax;
  * a traditional library (runtime) which is required by the programs that
    use the Mikmatch syntax;
  * a dedicated 'mikmatch' command which can be used as a replacement for
    'ocaml' in scripts or as an interactive toplevel. It performs automatically
    these steps: preprocessing, compilation and execution.
 .
 This package contains the shared runtime libraries.

libmikmatch-ocaml-dev: camlp4 extension for pattern matching with regexps - development

 Mikmatch provides enhanced pattern matching with regexps for OCaml.
 .
 The goal of Mikmatch is to make text-oriented programs even easier to write,
 read and run without losing the unique and powerful features of OCaml.
 Mikmatch provides a concise and highly readable syntax for regular
 expressions, and integrates it into the syntax of OCaml thanks to Camlp4.
 .
 The implementation of Mikmatch consists essentially of:
  * a library which is loaded by the OCaml preprocessor (Camlp4) and
    defines sophisticated "macros", i.e. the modified syntax;
  * a traditional library (runtime) which is required by the programs that
    use the Mikmatch syntax;
  * a dedicated 'mikmatch' command which can be used as a replacement for
    'ocaml' in scripts or as an interactive toplevel. It performs automatically
    these steps: preprocessing, compilation and execution.
 .
 This package contains the development files needed for programming
 with the library.