Skip to content

Commit eb52bea

Browse files
committed
dune: remove mirage-profile and mirage-clock
Signed-off-by: David Scott <[email protected]>
1 parent 170599a commit eb52bea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/dns_lwt/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
(library
22
(name dns_lwt)
3-
(libraries dns lwt mirage-profile)
3+
(libraries dns lwt)
44
(wrapped false))

src/hostnet/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
tcpip.tcp tcpip.stack-direct charrua charrua-server dns dns_lwt ofs luv
88
luv_unix lwt.unix threads astring fs9p dns_forward tar
99
mirage-vnetif uuidm cohttp-lwt mirage-channel ezjsonm
10-
duration mirage-time mirage-clock
10+
duration mirage-time
1111
tcpip.checksum forwarder cstructs sha)
1212
(foreign_stubs (language c) (names stubs_utils))
1313
(wrapped false))

0 commit comments

Comments
 (0)