mirror of
https://github.com/ocaml-multicore/eio.git
synced 2025-11-22 00:09:09 -05:00
Remove unused bigstringaf dependency
This commit is contained in:
parent
ccc62f5530
commit
2f7780935f
@ -31,7 +31,6 @@
|
||||
(mdx (and (>= 1.10.0) :with-test))
|
||||
(logs (>= 0.7.0))
|
||||
(fmt (>= 0.8.9))
|
||||
(bigstringaf (>= 0.7.0))
|
||||
uring))
|
||||
(package
|
||||
(name eio_luv)
|
||||
@ -44,8 +43,7 @@
|
||||
(luv (>= 0.5.8))
|
||||
(mdx (and (>= 1.10.0) :with-test))
|
||||
(logs (>= 0.7.0))
|
||||
(fmt (>= 0.8.9))
|
||||
(bigstringaf (>= 0.7.0))))
|
||||
(fmt (>= 0.8.9))))
|
||||
(package
|
||||
(name ctf)
|
||||
(synopsis "CTF tracing")
|
||||
|
||||
@ -16,7 +16,6 @@ depends: [
|
||||
"mdx" {>= "1.10.0" & with-test}
|
||||
"logs" {>= "0.7.0"}
|
||||
"fmt" {>= "0.8.9"}
|
||||
"bigstringaf" {>= "0.7.0"}
|
||||
"uring"
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
@ -38,5 +37,5 @@ build: [
|
||||
]
|
||||
dev-repo: "git+https://github.com/ocaml-multicore/eio.git"
|
||||
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"]
|
||||
]
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
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"]
|
||||
]
|
||||
|
||||
@ -16,7 +16,6 @@ depends: [
|
||||
"mdx" {>= "1.10.0" & with-test}
|
||||
"logs" {>= "0.7.0"}
|
||||
"fmt" {>= "0.8.9"}
|
||||
"bigstringaf" {>= "0.7.0"}
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
build: [
|
||||
|
||||
@ -5,4 +5,4 @@
|
||||
(foreign_stubs
|
||||
(language c)
|
||||
(names eio_stubs))
|
||||
(libraries eio eio.utils eio.unix uring logs fmt bigstringaf ctf))
|
||||
(libraries eio eio.utils eio.unix uring logs fmt ctf))
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
(library
|
||||
(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))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user