this repo has no description
1opam-version: "2.0"
2maintainer: "mirageos-devel@lists.xenproject.org"
3homepage: "https://github.com/mirage/ethernet"
4dev-repo: "git+https://github.com/mirage/ethernet.git"
5bug-reports: "https://github.com/mirage/ethernet/issues"
6doc: "https://mirage.github.io/ethernet/"
7authors: [
8 "Anil Madhavapeddy" "Balraj Singh" "Richard Mortier" "Nicolas Ojeda Bar"
9 "Thomas Gazagnaire" "Vincent Bernardoff" "Magnus Skjegstad" "Mindy Preston"
10 "Thomas Leonard" "David Scott" "Gabor Pali" "Hannes Mehnert" "Haris Rotsos"
11 "Kia" "Luke Dunstan" "Pablo Polvorin" "Tim Cuthbertson" "lnmx" "pqwy" ]
12license: "ISC"
13tags: ["org:mirage"]
14
15build: [
16 ["dune" "subst"] {dev}
17 ["dune" "build" "-p" name "-j" jobs]
18]
19
20depends: [
21 "dune"
22 "ocaml" {>= "4.06.0"}
23 "rresult" {>= "0.5.0"}
24 "cstruct" {>= "3.0.2" & < "6.1.0"}
25 "ppx_cstruct"
26 "mirage-net" {>= "3.0.0"}
27 "mirage-protocols" {>= "4.0.0" & < "8.0.0"}
28 "macaddr" {>= "4.0.0"}
29 "mirage-profile" {>= "0.5"}
30 "fmt"
31 "lwt" {>= "3.0.0"}
32 "logs" {>= "0.6.0"}
33]
34synopsis: "OCaml Ethernet (IEEE 802.3) layer, used in MirageOS"
35description: """
36`ethernet` provides an [Ethernet](https://en.wikipedia.org/wiki/Ethernet)
37(specified by IEEE 802.3) layer implementation for the
38[Mirage operating system](https://mirage.io).
39"""
40url {
41 src:
42 "https://github.com/mirage/ethernet/releases/download/v2.2.0/ethernet-v2.2.0.tbz"
43 checksum: [
44 "sha256=ffb858bdbd2533d48fced4e6944212e2f332ab20c682316046ed89be22d6f163"
45 "sha512=67bf2726962364eb8c72883c4ae41d907cbb0000d895909f2a9b6a3b241d2ed7e0025d01bbd4461ead6fa3e25cd961508da00ee9b3be37d802c11318802d4a8e"
46 ]
47}