10 lines
161 B
Text
10 lines
161 B
Text
|
|
(library
|
||
|
|
(name re)
|
||
|
|
(synopsis "Pure OCaml regular expression library")
|
||
|
|
(public_name re))
|
||
|
|
|
||
|
|
(copy_files#
|
||
|
|
(enabled_if
|
||
|
|
(< %{ocaml_version} 5))
|
||
|
|
(files fake/*))
|