mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
remove explicit dep on bytes in jbuild files
This commit is contained in:
parent
2c5cda7e3d
commit
09d5b146f2
5 changed files with 5 additions and 5 deletions
|
|
@ -5,5 +5,5 @@
|
|||
(wrapped false)
|
||||
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string -nolabels -open CCMonomorphic))
|
||||
(ocamlopt_flags (:standard (:include ../flambda.flags)))
|
||||
(libraries (bytes result uchar containers.monomorphic))
|
||||
(libraries (result uchar containers.monomorphic))
|
||||
))
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@
|
|||
(wrapped false)
|
||||
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string))
|
||||
(ocamlopt_flags (:standard (:include ../flambda.flags)))
|
||||
(libraries (bytes result))
|
||||
(libraries (result))
|
||||
))
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@
|
|||
(wrapped false)
|
||||
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string))
|
||||
(ocamlopt_flags (:standard (:include ../flambda.flags)))
|
||||
(libraries (bytes result))
|
||||
(libraries (result))
|
||||
))
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
(wrapped false)
|
||||
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string))
|
||||
(ocamlopt_flags (:standard (:include ../flambda.flags)))
|
||||
(libraries (bytes result))
|
||||
(libraries (result))
|
||||
))
|
||||
|
||||
(ocamllex (CCSexp_lex))
|
||||
|
|
|
|||
|
|
@ -6,5 +6,5 @@
|
|||
(optional)
|
||||
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string))
|
||||
(ocamlopt_flags (:standard (:include ../flambda.flags)))
|
||||
(libraries (bytes result unix))
|
||||
(libraries (result unix))
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue