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 "mirage-net" {>= "3.0.0"} 25 "macaddr" {>= "4.0.0"} 26 "mirage-profile" {>= "0.5"} 27 "lwt" {>= "3.0.0"} 28 "logs" {>= "0.6.0"} 29] 30conflicts: [ "result" {< "1.5"} ] 31synopsis: "OCaml Ethernet (IEEE 802.3) layer, used in MirageOS" 32description: """ 33`ethernet` provides an [Ethernet](https://en.wikipedia.org/wiki/Ethernet) 34(specified by IEEE 802.3) layer implementation for the 35[Mirage operating system](https://mirage.io). 36""" 37url { 38 src: 39 "https://github.com/mirage/ethernet/releases/download/v3.1.0/ethernet-3.1.0.tbz" 40 checksum: [ 41 "sha256=f2d5549c7c5d18d6edace6cc71f08ae121662cda96ef8f682ae118b50c46c712" 42 "sha512=7d796e994e9340404eb20471b155991f1878df4317303eccbb49116f178474b226041802b93b82c988178f964098f55f84f428a2281bdf51c8aa3127113d42aa" 43 ] 44} 45x-commit-hash: "b0b7c99d2d4d9e8c69bbf8e0d8553a25b238a21a"