Skip to content

Commit

Permalink
release 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Mar 3, 2017
1 parent cd8ff4c commit fa99b03
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 22 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.3.2:
2.3.2 (2017-03-03):
* Add support for OCaml 4.05 for the PPX extension.
* Docs: correct to description of shift function (#121 via @orbifx).

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: cstruct
Version: 2.3.1
Version: 2.3.2
Synopsis: Manipulate external buffers as C-like structs
Authors: Anil Madhavapeddy, Richard Mortier, Thomas Gazagnaire,
Pierre Chambart, David Kaloper, Jeremy Yallop, Hannes Mehnert,
Expand Down
10 changes: 5 additions & 5 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: af246ff749fcdb058d55c53f963a821a)
version = "2.3.1"
# DO NOT EDIT (digest: e8bb7330b99828af667d89b47c9ea983)
version = "2.3.2"
description = "Manipulate external buffers as C-like structs"
requires = "bytes bigarray ocplib-endian ocplib-endian.bigstring sexplib"
archive(byte) = "cstruct.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "cstruct.cmxa"
archive(native, plugin) = "cstruct.cmxs"
exists_if = "cstruct.cma"
package "unix" (
version = "2.3.1"
version = "2.3.2"
description = "Manipulate external buffers as C-like structs"
requires = "cstruct unix"
archive(byte) = "unix_cstruct.cma"
Expand All @@ -20,7 +20,7 @@ package "unix" (
)

package "lwt" (
version = "2.3.1"
version = "2.3.2"
description = "Manipulate external buffers as C-like structs"
requires = "cstruct lwt.unix"
archive(byte) = "lwt_cstruct.cma"
Expand All @@ -31,7 +31,7 @@ package "lwt" (
)

package "async" (
version = "2.3.1"
version = "2.3.2"
description = "Manipulate external buffers as C-like structs"
requires = "cstruct async threads"
archive(byte) = "async_cstruct.cma"
Expand Down
9 changes: 6 additions & 3 deletions myocamlbuild.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(* OASIS_START *)
(* DO NOT EDIT (digest: 20beaa3e8172ee10eea016ad74daa40d) *)
(* DO NOT EDIT (digest: e91b415ca6e331167d00d060d62ef5ca) *)
module OASISGettext = struct
(* # 22 "src/oasis/OASISGettext.ml" *)

Expand Down Expand Up @@ -746,6 +746,9 @@ module MyOCamlbuildBase = struct
(* # 110 "src/plugins/ocamlbuild/MyOCamlbuildBase.ml" *)


let env_filename = Pathname.basename BaseEnvLight.default_filename


let dispatch_combine lst =
fun e ->
List.iter
Expand Down Expand Up @@ -878,7 +881,7 @@ module MyOCamlbuildBase = struct
end


# 881 "myocamlbuild.ml"
# 884 "myocamlbuild.ml"
open Ocamlbuild_plugin;;
let package_default =
{
Expand Down Expand Up @@ -913,6 +916,6 @@ let conf = {MyOCamlbuildFindlib.no_automatic_syntax = false}

let dispatch_default = MyOCamlbuildBase.dispatch_default conf package_default;;

# 917 "myocamlbuild.ml"
# 920 "myocamlbuild.ml"
(* OASIS_STOP *)
Ocamlbuild_plugin.dispatch dispatch_default;;
27 changes: 15 additions & 12 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(* setup.ml generated for the first time by OASIS v0.4.6 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: ab155f9719bb31b7359e9506b05c6090) *)
(* DO NOT EDIT (digest: ea06b8cba67a45711389ca4cee59f394) *)
(*
Regenerated by OASIS v0.4.7
Regenerated by OASIS v0.4.8
Visit http://oasis.forge.ocamlcore.org for more information and
documentation about functions used in this file.
*)
Expand Down Expand Up @@ -658,6 +658,7 @@ module OASISContext = struct
ignore_unknown_fields: bool;
printf: level -> string -> unit;
srcfs: source OASISFileSystem.fs;
load_oasis_plugin: string -> bool;
}


Expand All @@ -682,6 +683,7 @@ module OASISContext = struct
ignore_unknown_fields = false;
printf = printf;
srcfs = new OASISFileSystem.host_fs(Sys.getcwd ());
load_oasis_plugin = (fun _ -> false);
}


Expand Down Expand Up @@ -3160,7 +3162,7 @@ module OASISFileUtil = struct
end


# 3163 "setup.ml"
# 3165 "setup.ml"
module BaseEnvLight = struct
(* # 22 "src/base/BaseEnvLight.ml" *)

Expand Down Expand Up @@ -3240,7 +3242,7 @@ module BaseEnvLight = struct
end


# 3243 "setup.ml"
# 3245 "setup.ml"
module BaseContext = struct
(* # 22 "src/base/BaseContext.ml" *)

Expand Down Expand Up @@ -5663,7 +5665,7 @@ module BaseCompat = struct
end


# 5666 "setup.ml"
# 5668 "setup.ml"
module InternalConfigurePlugin = struct
(* # 22 "src/plugins/internal/InternalConfigurePlugin.ml" *)

Expand Down Expand Up @@ -6469,7 +6471,7 @@ module InternalInstallPlugin = struct
end


# 6472 "setup.ml"
# 6474 "setup.ml"
module OCamlbuildCommon = struct
(* # 22 "src/plugins/ocamlbuild/OCamlbuildCommon.ml" *)

Expand Down Expand Up @@ -6842,7 +6844,7 @@ module OCamlbuildDocPlugin = struct
end


# 6845 "setup.ml"
# 6847 "setup.ml"
module CustomPlugin = struct
(* # 22 "src/plugins/custom/CustomPlugin.ml" *)

Expand Down Expand Up @@ -6974,7 +6976,7 @@ module CustomPlugin = struct
end


# 6977 "setup.ml"
# 6979 "setup.ml"
open OASISTypes;;

let setup_t =
Expand Down Expand Up @@ -7143,7 +7145,7 @@ let setup_t =
{
oasis_version = "0.4";
ocaml_version = None;
version = "2.3.1";
version = "2.3.2";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -8964,16 +8966,17 @@ let setup_t =
plugin_data = []
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.7";
oasis_digest = Some "\005\157\185\231\235a\245\136=x\004M)\136i#";
oasis_version = "0.4.8";
oasis_digest =
Some "\2141\228\249\132\251\019\007!\237\195I\142\166T\200";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
};;

let setup () = BaseSetup.setup setup_t;;

# 8977 "setup.ml"
# 8980 "setup.ml"
let setup_t = BaseCompat.Compat_0_4.adapt_setup_t setup_t
open BaseCompat.Compat_0_4
(* OASIS_STOP *)
Expand Down

0 comments on commit fa99b03

Please sign in to comment.