1
1
# OASIS_START
2
- # DO NOT EDIT (digest: 2f7bcf37829fd22a77646cea631f5ca6 )
3
- version = "0.18.0 "
2
+ # DO NOT EDIT (digest: 841b51fbc39963466506cc025136c170 )
3
+ version = "0.18.1 "
4
4
description = "DNS client and server implementation"
5
5
requires =
6
6
"cstruct cstruct.ppx re re.str ipaddr base64 bytes uri.services hashcons"
@@ -10,7 +10,7 @@ archive(native) = "dns.cmxa"
10
10
archive(native, plugin) = "dns.cmxs"
11
11
exists_if = "dns.cma"
12
12
package "mirage" (
13
- version = "0.18.0 "
13
+ version = "0.18.1 "
14
14
description = "DNS client and server implementation"
15
15
requires = "cstruct lwt dns dns.lwt-core mirage-types io-page"
16
16
archive(byte) = "dns-lwt-mirage.cma"
@@ -21,7 +21,7 @@ package "mirage" (
21
21
)
22
22
23
23
package "lwt-core" (
24
- version = "0.18.0 "
24
+ version = "0.18.1 "
25
25
description = "DNS client and server implementation"
26
26
requires = "lwt cstruct dns mirage-profile"
27
27
archive(byte) = "dns-lwt-core.cma"
@@ -32,7 +32,7 @@ package "lwt-core" (
32
32
)
33
33
34
34
package "lwt" (
35
- version = "0.18.0 "
35
+ version = "0.18.1 "
36
36
description = "DNS client and server implementation"
37
37
requires = "lwt.unix cstruct.lwt dns dns.lwt-core ipaddr.unix"
38
38
archive(byte) = "dns-lwt.cma"
@@ -43,7 +43,7 @@ package "lwt" (
43
43
)
44
44
45
45
package "async-unix" (
46
- version = "0.18.0 "
46
+ version = "0.18.1 "
47
47
description = "DNS client and server implementation"
48
48
requires = "async dns.async threads"
49
49
archive(byte) = "dns-async-unix.cma"
@@ -54,7 +54,7 @@ package "async-unix" (
54
54
)
55
55
56
56
package "async" (
57
- version = "0.18.0 "
57
+ version = "0.18.1 "
58
58
description = "DNS client and server implementation"
59
59
requires = "async_kernel ipaddr dns"
60
60
archive(byte) = "dns-async.cma"
0 commit comments