Skip to content

Commit a0a8909

Browse files
committed
Bump to version 0.4.
Nothing new, only ppx conversion.
1 parent e999e8c commit a0a8909

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/META

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
version = "0.1"
1+
version = "0.4"
22
description = "Rawlink is a portable interface to BPF/AF_SOCKET"
3-
requires = "unix lwt.unix lwt cstruct cstruct.syntax"
3+
requires = "unix lwt.unix lwt cstruct cstruct.ppx"
44
archive(byte) = "rawlink.cma"
55
archive(byte, plugin) = "rawlink.cma"
66
archive(native) = "rawlink.cmxa"

opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "1.2"
22
name: "rawlink"
3-
version: "0.3"
3+
version: "0.4"
44
maintainer: "Christiano F. Haesbaert <haesbaert@haesbaert.org>"
55
authors: "Christiano F. Haesbaert <haesbaert@haesbaert.org>"
66
homepage: "https://github.com/haesbaert/rawlink"
@@ -11,8 +11,8 @@ build: ["sh" "build.sh"]
1111
depends: [
1212
"ocamlfind" {build}
1313
"lwt" {>= "2.4.7"}
14-
"cstruct"
14+
"cstruct" {>= "1.9"}
1515
"ocamlbuild" {build}
1616
]
17-
available: [ocaml-version >= "4.02"]
17+
available: [ocaml-version >= "4.02.3"]
1818

0 commit comments

Comments
 (0)