/usr/lib/ocaml/re2/std.ml is in libre2-ocaml-dev 113.00.00+dfsg-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | (** The recommended way to use this library:
[open Re2.Std]
or
[module Re2 = Re2.Std.Re2]
if you only want that module.
The older [module Regex = Re2.Regex] will remain available for a while until people
switch over, but it is deprecated and a future feature will remove it.
**)
module Parser = Parser
module Re2 = Re2_internal
|