This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
30
unikernel/duniverse/mirage-net/mirage-net.opam
Normal file
30
unikernel/duniverse/mirage-net/mirage-net.opam
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
version: "4.0.0"
|
||||
opam-version: "2.0"
|
||||
maintainer: "thomas@gazagnaire.org"
|
||||
homepage: "https://github.com/mirage/mirage-net"
|
||||
bug-reports: "https://github.com/mirage/mirage-net/issues"
|
||||
dev-repo: "git+https://github.com/mirage/mirage-net.git"
|
||||
doc: "https://mirage.github.io/mirage-net/"
|
||||
authors: ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne"
|
||||
"Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar"
|
||||
"Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"]
|
||||
tags: [ "org:mirage"]
|
||||
license: "ISC"
|
||||
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
["dune" "build" "-p" name "-j" jobs]
|
||||
]
|
||||
|
||||
depends: [
|
||||
"ocaml" {>= "4.08.0"}
|
||||
"dune" {>= "1.0"}
|
||||
"fmt"
|
||||
"macaddr" {>= "4.0.0"}
|
||||
"cstruct" {>= "4.0.0"}
|
||||
"lwt" {>= "4.0.0"}
|
||||
]
|
||||
synopsis: "Network signatures for MirageOS"
|
||||
description: """
|
||||
mirage-net defines `Mirage_net.S`, the signature for network operations for MirageOS.
|
||||
"""
|
||||
Loading…
Add table
Add a link
Reference in a new issue