File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- version = "0.1 "
1+ version = "0.4 "
22description = "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 "
44archive(byte) = "rawlink.cma"
55archive(byte, plugin) = "rawlink.cma"
66archive(native) = "rawlink.cmxa"
Original file line number Diff line number Diff line change 11opam-version: "1.2"
22name: "rawlink"
3- version: "0.3 "
3+ version: "0.4 "
44maintainer: "Christiano F. Haesbaert <haesbaert@haesbaert.org>"
55authors: "Christiano F. Haesbaert <haesbaert@haesbaert.org>"
66homepage: "https://github.com/haesbaert/rawlink"
@@ -11,8 +11,8 @@ build: ["sh" "build.sh"]
1111depends: [
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
You can’t perform that action at this time.
0 commit comments