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.08.0"}
23 "cstruct" {>= "6.0.0"}
24 "ppx_cstruct"
25 "mirage-net" {>= "3.0.0"}
26 "mirage-protocols" {>= "4.0.0" & < "8.0.0"}
27 "macaddr" {>= "4.0.0"}
28 "mirage-profile" {>= "0.5"}
29 "lwt" {>= "3.0.0"}
30 "logs" {>= "0.6.0"}
31]
32conflicts: [ "result" {< "1.5"} ]
33synopsis: "OCaml Ethernet (IEEE 802.3) layer, used in MirageOS"
34description: """
35`ethernet` provides an [Ethernet](https://en.wikipedia.org/wiki/Ethernet)
36(specified by IEEE 802.3) layer implementation for the
37[Mirage operating system](https://mirage.io).
38"""
39url {
40 src:
41 "https://github.com/mirage/ethernet/releases/download/v2.2.1/ethernet-2.2.1.tbz"
42 checksum: [
43 "sha256=57d99f643d9b7974fb4ddd62d9c393c4184cc333d7120d1cec79ba7b315609f6"
44 "sha512=5621ecb35794f815952db34188e61a7119875ddb6762ccc2d78659bfbc6ffd7506b109318ccab61c148725e3392dd0e54263d0f995ded1880ae03f75a6d2c718"
45 ]
46}
47x-commit-hash: "86d25819675aeccee3e74c0e5b5faf7477b65325"