This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
52
unikernel/duniverse/ocaml-re/deprecated/dune
Normal file
52
unikernel/duniverse/ocaml-re/deprecated/dune
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
(env
|
||||
(_
|
||||
(flags
|
||||
(:standard -w -53))))
|
||||
|
||||
(library
|
||||
(name re_str)
|
||||
(public_name re.str)
|
||||
(wrapped false)
|
||||
(modules re_str)
|
||||
(synopsis "Deprecated. Use Re.Str")
|
||||
(libraries re))
|
||||
|
||||
(library
|
||||
(name re_pcre)
|
||||
(public_name re.pcre)
|
||||
(wrapped false)
|
||||
(modules re_pcre)
|
||||
(synopsis "Deprecated. Use Re.Pcre")
|
||||
(libraries re))
|
||||
|
||||
(library
|
||||
(name re_perl)
|
||||
(public_name re.perl)
|
||||
(wrapped false)
|
||||
(modules re_perl)
|
||||
(synopsis "Deprecated. Use Re.Perl")
|
||||
(libraries re))
|
||||
|
||||
(library
|
||||
(name re_posix)
|
||||
(public_name re.posix)
|
||||
(wrapped false)
|
||||
(modules re_posix)
|
||||
(synopsis "Deprecated. Use Re.Posix")
|
||||
(libraries re))
|
||||
|
||||
(library
|
||||
(name re_emacs)
|
||||
(public_name re.emacs)
|
||||
(wrapped false)
|
||||
(modules re_emacs)
|
||||
(synopsis "Deprecated. Use Re.Emacs")
|
||||
(libraries re))
|
||||
|
||||
(library
|
||||
(name re_glob)
|
||||
(public_name re.glob)
|
||||
(wrapped false)
|
||||
(modules re_glob)
|
||||
(synopsis "Deprecated. Use Re.Glob")
|
||||
(libraries re))
|
||||
3
unikernel/duniverse/ocaml-re/deprecated/re_emacs.ml
Normal file
3
unikernel/duniverse/ocaml-re/deprecated/re_emacs.ml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[@@@deprecated "Use Re.Emacs"]
|
||||
|
||||
include Re.Emacs
|
||||
3
unikernel/duniverse/ocaml-re/deprecated/re_glob.ml
Normal file
3
unikernel/duniverse/ocaml-re/deprecated/re_glob.ml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[@@@deprecated "Use Re.Glob"]
|
||||
|
||||
include Re.Glob
|
||||
3
unikernel/duniverse/ocaml-re/deprecated/re_pcre.ml
Normal file
3
unikernel/duniverse/ocaml-re/deprecated/re_pcre.ml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[@@@deprecated "Use Re.Pcre"]
|
||||
|
||||
include Re.Pcre
|
||||
3
unikernel/duniverse/ocaml-re/deprecated/re_perl.ml
Normal file
3
unikernel/duniverse/ocaml-re/deprecated/re_perl.ml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[@@@deprecated "Use Re.Perl"]
|
||||
|
||||
include Re.Perl
|
||||
3
unikernel/duniverse/ocaml-re/deprecated/re_posix.ml
Normal file
3
unikernel/duniverse/ocaml-re/deprecated/re_posix.ml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[@@@deprecated "Use Re.Posix"]
|
||||
|
||||
include Re.Posix
|
||||
3
unikernel/duniverse/ocaml-re/deprecated/re_str.ml
Normal file
3
unikernel/duniverse/ocaml-re/deprecated/re_str.ml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[@@@deprecated "Use Re.Str"]
|
||||
|
||||
include Re.Str
|
||||
Loading…
Add table
Add a link
Reference in a new issue