This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View file

@ -0,0 +1,36 @@
version: "3.2.0"
opam-version: "2.0"
maintainer: "mirageos-devel@lists.xenproject.org"
homepage: "https://github.com/mirage/ethernet"
dev-repo: "git+https://github.com/mirage/ethernet.git"
bug-reports: "https://github.com/mirage/ethernet/issues"
doc: "https://mirage.github.io/ethernet/"
authors: [
"Anil Madhavapeddy" "Balraj Singh" "Richard Mortier" "Nicolas Ojeda Bar"
"Thomas Gazagnaire" "Vincent Bernardoff" "Magnus Skjegstad" "Mindy Preston"
"Thomas Leonard" "David Scott" "Gabor Pali" "Hannes Mehnert" "Haris Rotsos"
"Kia" "Luke Dunstan" "Pablo Polvorin" "Tim Cuthbertson" "lnmx" "pqwy" ]
license: "ISC"
tags: ["org:mirage"]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"dune"
"ocaml" {>= "4.08.0"}
"cstruct" {>= "6.0.0"}
"mirage-net" {>= "3.0.0"}
"macaddr" {>= "4.0.0"}
"lwt" {>= "3.0.0"}
"logs" {>= "0.6.0"}
]
conflicts: [ "result" {< "1.5"} ]
synopsis: "OCaml Ethernet (IEEE 802.3) layer, used in MirageOS"
description: """
`ethernet` provides an [Ethernet](https://en.wikipedia.org/wiki/Ethernet)
(specified by IEEE 802.3) layer implementation for the
[Mirage operating system](https://mirage.io).
"""