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.06.0"}
20 "dune" {>= "1.0"}
21 "mirage-device" {>= "2.0.0"}
22 "fmt"
23 "macaddr" {>= "4.0.0"}
24 "cstruct" {>= "4.0.0"}
25 "lwt" {>= "4.0.0"}
26]
27synopsis: "Network signatures for MirageOS"
28description: """
29mirage-net defines `Mirage_net.S`, the signature for network operations for MirageOS.
30"""
31url {
32 src:
33 "https://github.com/mirage/mirage-net/releases/download/v3.0.1/mirage-net-v3.0.1.tbz"
34 checksum: [
35 "sha256=e3b553a254de725bab23e287350f14aa84a18e5259dd394f2cbe1ffd1ca0db79"
36 "sha512=b2f27787bd5756729e1e8797e9fda041d0176ba305fb7b2e72f6f374d263c1d547a98ef0771510302ed80026bf47fb79d737efda9c769c9e604c44aa2ba51967"
37 ]
38}