diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..786f68e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +0.1.0 / 2014-11-18 +================== + + * Initial version with basic functionality. \ No newline at end of file diff --git a/setup.ml b/setup.ml index 5d582f4..5c8fd9e 100644 --- a/setup.ml +++ b/setup.ml @@ -1,7 +1,7 @@ (* setup.ml generated for the first time by OASIS v0.4.5 *) (* OASIS_START *) -(* DO NOT EDIT (digest: cf3d85f0ca3a782e006f172b1be6822c) *) +(* DO NOT EDIT (digest: 5c8953410693b3ad8776f70567f8d73c) *) (* Regenerated by OASIS v0.4.5 Visit http://oasis.forge.ocamlcore.org for more information and @@ -6683,7 +6683,7 @@ let setup_t = alpha_features = []; beta_features = []; name = "sociaml-maildir"; - version = "0.4.0"; + version = "0.1.0"; license = OASISLicense.DEP5License (OASISLicense.DEP5Unit @@ -6697,8 +6697,13 @@ let setup_t = maintainers = []; authors = ["Dominic Price"]; homepage = Some "https://github.com/dominicjprice/sociaml-maildir"; - synopsis = "TODO"; - description = Some [OASISText.Para "TODO"]; + synopsis = "Lightweight Maildir wrapper"; + description = + Some + [ + OASISText.Para + "Provides a very lightweight wrapper around filesystem or Irmin implementations of a Maildir." + ]; categories = []; conf_type = (`Configure, "internal", Some "0.4"); conf_custom = @@ -6914,7 +6919,7 @@ let setup_t = }; oasis_fn = Some "_oasis"; oasis_version = "0.4.5"; - oasis_digest = Some "\199Z\164k9\028bM\014|eG;R\207/"; + oasis_digest = Some "\214W\170ka\155\244-U\019\194f8\188Jw"; oasis_exec = None; oasis_setup_args = []; setup_update = false @@ -6922,6 +6927,6 @@ let setup_t = let setup () = BaseSetup.setup setup_t;; -# 6926 "setup.ml" +# 6931 "setup.ml" (* OASIS_STOP *) let () = setup ();; diff --git a/src/META b/src/META index ac38026..0a36ac2 100644 --- a/src/META +++ b/src/META @@ -1,7 +1,7 @@ # OASIS_START -# DO NOT EDIT (digest: b023d64273c2c9fe9bce33415ddca11e) -version = "0.4.0" -description = "TODO" +# DO NOT EDIT (digest: 49ca977ab9094b3c9efdf0079fa6c0c9) +version = "0.1.0" +description = "Lightweight Maildir wrapper" requires = "lwt" archive(byte) = "sociaml_maildir.cma" archive(byte, plugin) = "sociaml_maildir.cma" @@ -9,8 +9,8 @@ archive(native) = "sociaml_maildir.cmxa" archive(native, plugin) = "sociaml_maildir.cmxs" exists_if = "sociaml_maildir.cma" package "irminstore" ( - version = "0.4.0" - description = "TODO" + version = "0.1.0" + description = "Lightweight Maildir wrapper" requires = "lwt irmin sociaml_maildir" archive(byte) = "irminstore.cma" archive(byte, plugin) = "irminstore.cma" @@ -20,8 +20,8 @@ package "irminstore" ( ) package "filesystem" ( - version = "0.4.0" - description = "TODO" + version = "0.1.0" + description = "Lightweight Maildir wrapper" requires = "lwt maildir sociaml_maildir" archive(byte) = "filesystem.cma" archive(byte, plugin) = "filesystem.cma"