[ 源代码: ocaml-re ]
软件包:libre-ocaml-dev(1.7.3-2)
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); * Compatibility layer for OCaml's built-in Str module (module Re.Str).
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.
其他与 libre-ocaml-dev 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.2.5)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: ocaml-nox-4.05.0
- 本虚包由这些包填实: ocaml-nox
-
- rec: ocaml-findlib
- management tool for OCaml libraries