Skip to content

Commit

Permalink
Modified version number, added documentation to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicjprice committed Nov 18, 2014
1 parent 90ea95d commit 31ec033
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
0.1.0 / 2014-11-18
==================

* Initial version with basic functionality.
17 changes: 11 additions & 6 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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 =
Expand Down Expand Up @@ -6914,14 +6919,14 @@ 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
};;

let setup () = BaseSetup.setup setup_t;;

# 6926 "setup.ml"
# 6931 "setup.ml"
(* OASIS_STOP *)
let () = setup ();;
14 changes: 7 additions & 7 deletions src/META
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# 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"
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"
Expand All @@ -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"
Expand Down

0 comments on commit 31ec033

Please sign in to comment.