this repo has no description
1opam-version: "2.0"
2maintainer: "thomas@gazagnaire.org"
3homepage: "https://github.com/mirage/mirage-net"
4bug-reports: "https://github.com/mirage/mirage-net/issues"
5dev-repo: "git+https://github.com/mirage/mirage-net.git"
6doc: "https://mirage.github.io/mirage-net/"
7authors: ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne"
8 "Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar"
9 "Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"]
10tags: [ "org:mirage"]
11license: "ISC"
12
13build: [
14 ["dune" "subst"] {dev}
15 ["dune" "build" "-p" name "-j" jobs]
16]
17
18depends: [
19 "ocaml" {>= "4.04.2"}
20 "dune" {>= "1.0"}
21 "mirage-net" {>= "2.0.0" & < "3.0.0"}
22 "lwt"
23 "macaddr"
24 "cstruct"
25]
26synopsis: "Network signatures for MirageOS"
27url {
28 src:
29 "https://github.com/mirage/mirage-net/releases/download/v2.0.0/mirage-net-v2.0.0.tbz"
30 checksum: [
31 "sha256=1b8cb71f8639af53c93f9c86d030c0445d78e4add888e4672bec4f7a3e63b40c"
32 "md5=8eab9b0aa56d8d98e578f90de5dc41c2"
33 ]
34}
35flags: deprecated
36post-messages: [ "mirage-net-lwt is deprecated, and has been folded into mirage-net" ]
37x-maintenance-intent: ["(none)"]