Remove unused bigstringaf dependency

This commit is contained in:
Thomas Leonard 2022-01-14 09:24:48 +00:00
parent ccc62f5530
commit 2f7780935f
6 changed files with 5 additions and 9 deletions

View File

@ -31,7 +31,6 @@
(mdx (and (>= 1.10.0) :with-test)) (mdx (and (>= 1.10.0) :with-test))
(logs (>= 0.7.0)) (logs (>= 0.7.0))
(fmt (>= 0.8.9)) (fmt (>= 0.8.9))
(bigstringaf (>= 0.7.0))
uring)) uring))
(package (package
(name eio_luv) (name eio_luv)
@ -44,8 +43,7 @@
(luv (>= 0.5.8)) (luv (>= 0.5.8))
(mdx (and (>= 1.10.0) :with-test)) (mdx (and (>= 1.10.0) :with-test))
(logs (>= 0.7.0)) (logs (>= 0.7.0))
(fmt (>= 0.8.9)) (fmt (>= 0.8.9))))
(bigstringaf (>= 0.7.0))))
(package (package
(name ctf) (name ctf)
(synopsis "CTF tracing") (synopsis "CTF tracing")

View File

@ -16,7 +16,6 @@ depends: [
"mdx" {>= "1.10.0" & with-test} "mdx" {>= "1.10.0" & with-test}
"logs" {>= "0.7.0"} "logs" {>= "0.7.0"}
"fmt" {>= "0.8.9"} "fmt" {>= "0.8.9"}
"bigstringaf" {>= "0.7.0"}
"uring" "uring"
"odoc" {with-doc} "odoc" {with-doc}
] ]
@ -38,5 +37,5 @@ build: [
] ]
dev-repo: "git+https://github.com/ocaml-multicore/eio.git" dev-repo: "git+https://github.com/ocaml-multicore/eio.git"
pin-depends: [ pin-depends: [
["uring.dev" "git+https://github.com/ocaml-multicore/ocaml-uring.git#c12c82dc1c06e1224984295c4d5819428a72dcdb"] ["uring.dev" "git+https://github.com/ocaml-multicore/ocaml-uring.git#389183cb464ffede2b3b2419885c61035e74b574"]
] ]

View File

@ -1,3 +1,3 @@
pin-depends: [ pin-depends: [
["uring.dev" "git+https://github.com/ocaml-multicore/ocaml-uring.git#c12c82dc1c06e1224984295c4d5819428a72dcdb"] ["uring.dev" "git+https://github.com/ocaml-multicore/ocaml-uring.git#389183cb464ffede2b3b2419885c61035e74b574"]
] ]

View File

@ -16,7 +16,6 @@ depends: [
"mdx" {>= "1.10.0" & with-test} "mdx" {>= "1.10.0" & with-test}
"logs" {>= "0.7.0"} "logs" {>= "0.7.0"}
"fmt" {>= "0.8.9"} "fmt" {>= "0.8.9"}
"bigstringaf" {>= "0.7.0"}
"odoc" {with-doc} "odoc" {with-doc}
] ]
build: [ build: [

View File

@ -5,4 +5,4 @@
(foreign_stubs (foreign_stubs
(language c) (language c)
(names eio_stubs)) (names eio_stubs))
(libraries eio eio.utils eio.unix uring logs fmt bigstringaf ctf)) (libraries eio eio.utils eio.unix uring logs fmt ctf))

View File

@ -1,4 +1,4 @@
(library (library
(name eio_luv) (name eio_luv)
(public_name eio_luv) (public_name eio_luv)
(libraries eio.unix luv eio.utils logs fmt bigstringaf ctf)) (libraries eio.unix luv eio.utils logs fmt ctf))