Skip to content

Commit

Permalink
Merge pull request #4064 from gregtatcam/master
Browse files Browse the repository at this point in the history
imaplet-lwt: rev 0.1.11 with mobile clients support
  • Loading branch information
samoht committed May 10, 2015
2 parents 5d220eb + 2aa2f2f commit 6384e99
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/imaplet-lwt/imaplet-lwt.0.1.11/descr
@@ -0,0 +1 @@
IMAP server prototype, supports IMAPv4rev1
26 changes: 26 additions & 0 deletions packages/imaplet-lwt/imaplet-lwt.0.1.11/opam
@@ -0,0 +1,26 @@
opam-version: "1.2"
name: "imaplet-lwt"
version: "0.1.11"
maintainer: "Gregory Tsipenyuk <gregtsip@gmail.com>"
authors: "Gregory Tsipenyuk <gregtsip@gmail.com>"
license: "MIT"
build: [
["./configure" "--prefix=%{prefix}%"]
[make]
]
install: [make "install"]
remove: [
["ocamlfind" "remove" "imaplet"]
["rm" "-f" "%{bin}%/imaplet*"]
]
depends: [
"ocamlfind" {build}
"lwt"
"cohttp" {>= "0.16.1"}
"git" {>= "1.4.11"}
"irmin" {>= "0.9.4"}
"re"
"tls" {>= "0.4.0"}
"menhir"
]
ocaml-version: [ >= "4.01.0" ]
2 changes: 2 additions & 0 deletions packages/imaplet-lwt/imaplet-lwt.0.1.11/url
@@ -0,0 +1,2 @@
archive: "https://github.com/gregtatcam/imaplet-lwt/archive/v0.1.11.tar.gz"
checksum: "cdf101b506bb43ea19646a90a853a1bf"

0 comments on commit 6384e99

Please sign in to comment.