mikmatch 1.0.7-1build1 source package in Ubuntu

Changelog

mikmatch (1.0.7-1build1) xenial; urgency=medium

  * No-change rebuild against ocaml 4.02.

 -- Łukasz 'sil2100' Zemczak <email address hidden>  Wed, 04 Nov 2015 11:39:40 -0600

Upload details

Uploaded by:
Łukasz Zemczak
Uploaded to:
Xenial
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
ocaml
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe ocaml

Downloads

File Size SHA-256 Checksum
mikmatch_1.0.7.orig.tar.gz 63.3 KiB 8a12c8a3f76f873a8c902657670097870ac410cc0d440e96ddd78fd3c3c2451c
mikmatch_1.0.7-1build1.debian.tar.xz 6.1 KiB d58deee1a47949ba86cc4440862e599ea39dcf191ce75ab9abb040a859930d34
mikmatch_1.0.7-1build1.dsc 1.9 KiB 05577b8a441f98f7ab7ee8a152638f24c788609979d8c6a131ea5bbeede680f2

View changes file

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.