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