Skip to content

Commit 4ebd865

Browse files
committed
v0.6.2
1 parent 48f36f7 commit 4ebd865

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
OASISFormat: 0.3
22
OCamlVersion: >= 4.01.0
33
Name: openflow
4-
Version: 0.6.1
4+
Version: 0.6.2
55
Synopsis: Serialization library for OpenFlow
66
Authors: https://github.com/frenetic-lang/ocaml-openflow/contributors
77
License: LGPL

lib/META

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: c9c62d84c52a3f79d485a5361a7539b2)
3-
version = "0.6.1"
2+
# DO NOT EDIT (digest: 03c6aa4eb5311c099a1fb8ca2157a81f)
3+
version = "0.6.2"
44
description = "Serialization library for OpenFlow"
55
requires =
66
"str cstruct cstruct.syntax packet core sexplib.syntax sexplib threads"
@@ -10,7 +10,7 @@ archive(native) = "openflow.cmxa"
1010
archive(native, plugin) = "openflow.cmxs"
1111
exists_if = "openflow.cma"
1212
package "quickcheck" (
13-
version = "0.6.1"
13+
version = "0.6.2"
1414
description = "Serialization library for OpenFlow"
1515
requires = "quickcheck openflow packet.quickcheck"
1616
archive(byte) = "quickcheck.cma"
@@ -21,7 +21,7 @@ package "quickcheck" (
2121
)
2222

2323
package "async" (
24-
version = "0.6.1"
24+
version = "0.6.2"
2525
description = "Serialization library for OpenFlow"
2626
requires = "async openflow cstruct.async threads sexplib.syntax sexplib"
2727
archive(byte) = "async.cma"

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.4.4 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: f306a12c757f1028abb1505409624ad4) *)
4+
(* DO NOT EDIT (digest: c5500ae2b7bd9c1d63f3645f22fb3c39) *)
55
(*
66
Regenerated by OASIS v0.4.4
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6825,7 +6825,7 @@ let setup_t =
68256825
alpha_features = [];
68266826
beta_features = [];
68276827
name = "openflow";
6828-
version = "0.6.1";
6828+
version = "0.6.2";
68296829
license =
68306830
OASISLicense.DEP5License
68316831
(OASISLicense.DEP5Unit
@@ -7255,7 +7255,7 @@ let setup_t =
72557255
};
72567256
oasis_fn = Some "_oasis";
72577257
oasis_version = "0.4.4";
7258-
oasis_digest = Some "\253\\M\020\141\217\158\t7\167T|WQ\252\158";
7258+
oasis_digest = Some "^2\190\030\242\233\249[]\22028Q#i\140";
72597259
oasis_exec = None;
72607260
oasis_setup_args = [];
72617261
setup_update = false

0 commit comments

Comments
 (0)