Skip to content

Commit 561a435

Browse files
committed
v0.5.0
1 parent baea625 commit 561a435

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

_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.4.0
4+
Version: 0.5.0
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: 2e02827bd52fb83f4c7288443e1a31cd)
3-
version = "0.4.0"
2+
# DO NOT EDIT (digest: adf89b68ac0ed5e7674e6d8f66515b39)
3+
version = "0.5.0"
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.4.0"
13+
version = "0.5.0"
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.4.0"
24+
version = "0.5.0"
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: 8efc1f1f41fbe89f6a8a03bc139b9ab6) *)
4+
(* DO NOT EDIT (digest: 1e315891d46e04a78ed5f398bcdad625) *)
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.4.0";
6828+
version = "0.5.0";
68296829
license =
68306830
OASISLicense.DEP5License
68316831
(OASISLicense.DEP5Unit
@@ -7216,7 +7216,7 @@ let setup_t =
72167216
};
72177217
oasis_fn = Some "_oasis";
72187218
oasis_version = "0.4.4";
7219-
oasis_digest = Some "\003\223;6J#x\022Z\170\192a\n^\025\024";
7219+
oasis_digest = Some "\217N\155\136I\\\253\201\018JD\253n\181\158\187";
72207220
oasis_exec = None;
72217221
oasis_setup_args = [];
72227222
setup_update = false

0 commit comments

Comments
 (0)