30 lines
944 B
Text
30 lines
944 B
Text
|
|
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.
|
||
|
|
"""
|