Skip to content

Commit

Permalink
Merge pull request #15143 from hannesm/release-ethernet-2.2.0
Browse files Browse the repository at this point in the history
[new release] ethernet (2.2.0)
  • Loading branch information
kit-ty-kate authored Oct 30, 2019
2 parents 2f187ff + 6634246 commit 8e520f4
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions packages/ethernet/ethernet.2.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
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"] {pinned}
["dune" "build" "-p" name "-j" jobs]
]

depends: [
"dune"
"ocaml" {>= "4.06.0"}
"rresult" {>= "0.5.0"}
"cstruct" {>= "3.0.2"}
"ppx_cstruct"
"mirage-net" {>= "3.0.0"}
"mirage-protocols" {>= "4.0.0"}
"macaddr" {>= "4.0.0"}
"mirage-profile" {>= "0.5"}
"fmt"
"lwt" {>= "3.0.0"}
"logs" {>= "0.6.0"}
]
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).
"""
url {
src:
"https://github.com/mirage/ethernet/releases/download/v2.2.0/ethernet-v2.2.0.tbz"
checksum: [
"sha256=ffb858bdbd2533d48fced4e6944212e2f332ab20c682316046ed89be22d6f163"
"sha512=67bf2726962364eb8c72883c4ae41d907cbb0000d895909f2a9b6a3b241d2ed7e0025d01bbd4461ead6fa3e25cd961508da00ee9b3be37d802c11318802d4a8e"
]
}

0 comments on commit 8e520f4

Please sign in to comment.