remove explicit dep on bytes in jbuild files

This commit is contained in:
Simon Cruanes 2018-03-12 22:04:34 -05:00
parent 2c5cda7e3d
commit 09d5b146f2
5 changed files with 5 additions and 5 deletions

View file

@ -5,5 +5,5 @@
(wrapped false) (wrapped false)
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string -nolabels -open CCMonomorphic)) (flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string -nolabels -open CCMonomorphic))
(ocamlopt_flags (:standard (:include ../flambda.flags))) (ocamlopt_flags (:standard (:include ../flambda.flags)))
(libraries (bytes result uchar containers.monomorphic)) (libraries (result uchar containers.monomorphic))
)) ))

View file

@ -5,5 +5,5 @@
(wrapped false) (wrapped false)
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string)) (flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string))
(ocamlopt_flags (:standard (:include ../flambda.flags))) (ocamlopt_flags (:standard (:include ../flambda.flags)))
(libraries (bytes result)) (libraries (result))
)) ))

View file

@ -5,5 +5,5 @@
(wrapped false) (wrapped false)
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string)) (flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string))
(ocamlopt_flags (:standard (:include ../flambda.flags))) (ocamlopt_flags (:standard (:include ../flambda.flags)))
(libraries (bytes result)) (libraries (result))
)) ))

View file

@ -5,7 +5,7 @@
(wrapped false) (wrapped false)
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string)) (flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string))
(ocamlopt_flags (:standard (:include ../flambda.flags))) (ocamlopt_flags (:standard (:include ../flambda.flags)))
(libraries (bytes result)) (libraries (result))
)) ))
(ocamllex (CCSexp_lex)) (ocamllex (CCSexp_lex))

View file

@ -6,5 +6,5 @@
(optional) (optional)
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string)) (flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string))
(ocamlopt_flags (:standard (:include ../flambda.flags))) (ocamlopt_flags (:standard (:include ../flambda.flags)))
(libraries (bytes result unix)) (libraries (result unix))
)) ))