File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ package "unix" (
19
19
20
20
package "lwt" (
21
21
version = "0.2"
22
- description = "SMTP client library for Unix "
23
- requires = "smtp lwt lwt .unix"
22
+ description = "SMTP client library for Lwt "
23
+ requires = "smtp lwt.unix"
24
24
archive(byte) = "smtp_lwt.cma"
25
25
archive(byte, plugin) = "smtp_lwt.cma"
26
26
archive(native) = "smtp_lwt.cmxa"
Original file line number Diff line number Diff line change 8
8
Pkg. describe " smtp" ~builder: `OCamlbuild [
9
9
Pkg. lib " pkg/META" ;
10
10
Pkg. lib ~exts: Exts. module_library " src/smtp" ;
11
- Pkg. lib ~cond: lwt ~exts: Exts. library " src/smtp_lwt" ;
12
- Pkg. lib ~cond: unix ~exts: Exts. library " src/smtp_unix" ;
11
+ Pkg. lib ~cond: lwt ~exts: Exts. module_library " src/smtp_lwt" ;
12
+ Pkg. lib ~cond: unix ~exts: Exts. module_library " src/smtp_unix" ;
13
13
Pkg. bin ~cond: lwt ~auto: true ~dst: " smtp_test_lwt" " test/test_lwt" ;
14
14
Pkg. bin ~cond: unix ~auto: true ~dst: " smtp_test_unix" " test/test_unix" ;
15
15
]
You can’t perform that action at this time.
0 commit comments