Skip to content

Commit 0a0397f

Browse files
committed
v0.3.1
1 parent 0b8d3ce commit 0a0397f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.3
22
Name: packet
3-
Version: 0.3.0
3+
Version: 0.3.1
44
Synopsis: Serialization for some common network packets, including
55
ethernet frames, IP, TCP, and ARP.
66
Authors: https://github.com/frenetic-lang/ocaml-packet/contributors

lib/META

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: c8676216e1e3826c9bcde71bc3aab806)
3-
version = "0.3.0"
2+
# DO NOT EDIT (digest: 2f28ec9e018e27e489d9f112f7fc9806)
3+
version = "0.3.1"
44
description =
55
"Serialization for some common network packets, including ethernet frames, IP, TCP, and ARP."
66
requires = "str cstruct cstruct.syntax sexplib sexplib.syntax"
@@ -10,7 +10,7 @@ archive(native) = "packet.cmxa"
1010
archive(native, plugin) = "packet.cmxs"
1111
exists_if = "packet.cma"
1212
package "quickcheck" (
13-
version = "0.3.0"
13+
version = "0.3.1"
1414
description =
1515
"Serialization for some common network packets, including ethernet frames, IP, TCP, and ARP."
1616
requires = "packet quickcheck"

setup.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.3.0 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: 7c9f1310338d6bd789fe4935d748645a) *)
4+
(* DO NOT EDIT (digest: 543225b9d63b53430ffaf74619de73d7) *)
55
(*
66
Regenerated by OASIS v0.4.4
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6835,7 +6835,7 @@ let setup_t =
68356835
alpha_features = [];
68366836
beta_features = [];
68376837
name = "packet";
6838-
version = "0.3.0";
6838+
version = "0.3.1";
68396839
license =
68406840
OASISLicense.DEP5License
68416841
(OASISLicense.DEP5Unit
@@ -7091,7 +7091,7 @@ let setup_t =
70917091
};
70927092
oasis_fn = Some "_oasis";
70937093
oasis_version = "0.4.4";
7094-
oasis_digest = Some "\216\170w_9`\002[yJ\134Ic\016\031!";
7094+
oasis_digest = Some "B\153\t\166zI\174\0188<-i\016\231/p";
70957095
oasis_exec = None;
70967096
oasis_setup_args = [];
70977097
setup_update = false

0 commit comments

Comments
 (0)