mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-12 17:51:34 +00:00
- IO has been upstreamed in mirage-flow-lwt - Init.Flow.Fd has been upstreamed in mirage-flow-unix - Init.Flow.Rawlink has been upstreamed in mirage-flow-rawlink - Remove some dead-code in unikernel.ml Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
34 lines
825 B
Plaintext
34 lines
825 B
Plaintext
opam-version: "1.2"
|
|
name: "sdk"
|
|
version: "dev"
|
|
maintainer: "Thomas Gazagnaire <thomas@gazagnaire.org>"
|
|
authors: "Thomas Gazagnaire <thomas@gazagnaire.org>"
|
|
homepage: "https://github.com/linuxkit/linuxkit"
|
|
bug-reports: "https://github.com/linuxkit/linuxkit/issues"
|
|
license: "Apache"
|
|
dev-repo: "https://github.com/linuxkit/linuxkit.git"
|
|
build: ["jbuilder" "build" "-p" name "-j" jobs "@install"]
|
|
depends: [
|
|
"jbuilder" {build & >= "1.0+beta7"}
|
|
"ocamlfind" {build}
|
|
"cstruct"
|
|
"cstruct-lwt"
|
|
"lwt"
|
|
"logs" "astring" "rresult"
|
|
"mirage-flow-lwt"
|
|
"mirage-channel-lwt"
|
|
"io-page"
|
|
"irmin-git"
|
|
"decompress"
|
|
"capnp-rpc-lwt"
|
|
"rawlink"
|
|
"tuntap" {= "1.0.0"}
|
|
"ipaddr"
|
|
"bos"
|
|
"mirage-flow-rawlink"
|
|
"mirage-net-fd"
|
|
"charrua-client"
|
|
"mirage-types-lwt"
|
|
"alcotest" {test}
|
|
]
|