Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pqwy committed Feb 1, 2015
1 parent 7d61982 commit e361f77
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.3.1 (2015-02-01):
* support for Mirage/Xen (contributed by Thomas Leonard <[email protected]>)

0.3.0 (2014-12-21):
* removed ad-hoc key marshalling functions as key material typically comes
non-trivially encoded anyways
Expand Down
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: nocrypto
Version: 0.3.0
Version: 0.3.1
Synopsis: Simple crypto for the modern age
Authors: David Kaloper <[email protected]>
Maintainers: David Kaloper <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "1.2"
name: "nocrypto"
version: "0.3.0"
version: "0.3.1"
homepage: "https://github.com/mirleft/ocaml-nocrypto"
dev-repo: "https://github.com/mirleft/ocaml-nocrypto.git"
bug-reports: "https://github.com/mirleft/ocaml-nocrypto/issues"
Expand Down
6 changes: 3 additions & 3 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.2 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: e487207b7f75647ad565394e9850b44d) *)
(* DO NOT EDIT (digest: 9e9a87dd0a7d9379d91927b820d3f533) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6867,7 +6867,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "nocrypto";
version = "0.3.0";
version = "0.3.1";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7363,7 +7363,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "Wp\028\145\152\205\006TxBd\004[\147\185.";
oasis_digest = Some "o\237Q\031\196^\246(\000\132\163\233\143O|\190";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down
6 changes: 3 additions & 3 deletions src/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: e3357993344d2d62ba1489c53bf7eee5)
version = "0.3.0"
# DO NOT EDIT (digest: 4968b145bb9939fbdc78c485dce44819)
version = "0.3.1"
description = "Simple crypto for the modern age"
requires = "cstruct zarith ctypes.stubs sexplib"
archive(byte) = "nocrypto.cma"
Expand All @@ -10,7 +10,7 @@ archive(native, plugin) = "nocrypto.cmxs"
xen_linkopts = "-lnocrypto_xen_stubs"
exists_if = "nocrypto.cma"
package "xen" (
version = "0.3.0"
version = "0.3.1"
description = "Simple crypto for the modern age"
archive(byte) = "nocrypto_xen.cma"
archive(byte, plugin) = "nocrypto_xen.cma"
Expand Down
4 changes: 2 additions & 2 deletions tests/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: e40dd7e8b8c245870f4743f9f23b329e)
version = "0.3.0"
# DO NOT EDIT (digest: 03242a8bd6feb9247c0d57179c9e06ac)
version = "0.3.1"
description = "Simple crypto for the modern age"
requires = "nocrypto oUnit cstruct.unix"
archive(byte) = "testlib.cma"
Expand Down

0 comments on commit e361f77

Please sign in to comment.