Skip to content

Commit 24d37d9

Browse files
committed
Reorg tree
1 parent b182321 commit 24d37d9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+4
-46
lines changed

Makefile

+2-6
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@ OCAMLBUILD = ocamlbuild -classic-display -use-ocamlfind
22

33
all: imap lwt
44

5-
imap: src/imap/imap.cma
5+
imap: imap/imap.cma
66

7-
# unix: src/unix/imapUnix.cma
8-
9-
lwt: src/lwt/imapSession.cma
10-
11-
# test: tests/test_unix.byte
7+
lwt: lwt/imapSession.cma
128

139
%.cma:
1410
$(OCAMLBUILD) $@

TODO

-9
This file was deleted.

_tags

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
true: package(uint), package(cryptokit), package(uutf)
2-
<src/unix/*> or <tests/*> or <src/lwt/*> or <src/other/*>: package(ssl)
3-
<src/lwt/*>: package(lwt.ssl)
2+
<lwt/*>: package(lwt.ssl), syntax(camlp4o), package(lwt.syntax)
3+
<imap>: include
44
true: debug
File renamed without changes.
File renamed without changes.

src/imap/META imap/META

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

myocamlbuild.ml

-12
This file was deleted.

src/other/gmail.ml old/gmail.ml

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/gsasl/imap-gsasl.mldylib

-4
This file was deleted.

src/gsasl/imap-gsasl.mllib

-4
This file was deleted.

src/gsasl/imap_gsasl.mldylib

-4
This file was deleted.

src/gsasl/imap_gsasl.mllib

-4
This file was deleted.

src/lwt/_tags

-1
This file was deleted.

0 commit comments

Comments
 (0)