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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
Source: mikmatch
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Build-Depends:
debhelper-compat (= 13),
ocaml-nox (>= 4),
ocaml-best-compilers,
ocaml-findlib (>= 1.4),
dh-ocaml,
libpcre-ocaml-dev (>= 7.0.2-3~),
camlp4-extra,
texlive-latex-extra,
texlive-fonts-recommended,
hevea (>= 2.06-3~),
camlmix
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/mjambon/mikmatch
Vcs-Git: https://salsa.debian.org/ocaml-team/mikmatch.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/mikmatch
Package: libmikmatch-ocaml-dev
Architecture: any
Depends: ${ocaml:Depends}, ${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: 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.
Package: libmikmatch-ocaml
Architecture: any
Depends: ${ocaml:Depends}, ${misc:Depends}, libtophide-ocaml-dev
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: 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.
|