Skip to content

Commit 82f49ee

Browse files
author
Arjun Guha
committed
Version 0.9.0
1 parent 96d45aa commit 82f49ee

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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.8.0
4+
Version: 0.9.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: 7d6f752d31baa2bcd0f0346f5d70c96f)
3-
version = "0.8.0"
2+
# DO NOT EDIT (digest: 7d424a339afb72c07d7d6b225fc6faba)
3+
version = "0.9.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.8.0"
13+
version = "0.9.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.8.0"
24+
version = "0.9.0"
2525
description = "Serialization library for OpenFlow"
2626
requires = "async openflow cstruct.async threads sexplib.syntax sexplib"
2727
archive(byte) = "async.cma"

opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "1.2"
22
ocaml-version: [ >= "4.02.0" ]
3-
version: "0.8.0"
3+
version: "0.9.0"
44
name: "openflow"
55
maintainer: "Arjun Guha <[email protected]>"
66
build: [

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: e924f19314269b4d2309f5bbb7813612) *)
4+
(* DO NOT EDIT (digest: 92f5e3b9bd92642ae0b96b11a44828c5) *)
55
(*
66
Regenerated by OASIS v0.4.5
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6860,7 +6860,7 @@ let setup_t =
68606860
alpha_features = [];
68616861
beta_features = [];
68626862
name = "openflow";
6863-
version = "0.8.0";
6863+
version = "0.9.0";
68646864
license =
68656865
OASISLicense.DEP5License
68666866
(OASISLicense.DEP5Unit
@@ -7253,7 +7253,7 @@ let setup_t =
72537253
};
72547254
oasis_fn = Some "_oasis";
72557255
oasis_version = "0.4.5";
7256-
oasis_digest = Some "è\159öo\014­\141\019ý\004\tí\128A";
7256+
oasis_digest = Some "\221\176\012(&\"\022h\233F\025\218\239\142\223M";
72577257
oasis_exec = None;
72587258
oasis_setup_args = [];
72597259
setup_update = false

0 commit comments

Comments
 (0)