this repo has no description
1opam-version: "2.0"
2maintainer: ["anil@recoil.org" "thomas@gazagnaire.org"]
3authors: ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne"
4 "Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar"
5 "Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"]
6homepage: "https://github.com/mirage/mirage"
7bug-reports: "https://github.com/mirage/mirage/issues/"
8dev-repo: "git+https://github.com/mirage/mirage.git"
9tags: ["org:mirage" "org:xapi-project"]
10doc: "https://mirage.github.io/mirage/"
11
12build: [
13 ["jbuilder" "subst" "-p" name] {dev}
14 ["jbuilder" "build" "-p" name "-j" jobs]
15]
16
17depends: [
18 "ocaml" {>= "4.04.2"}
19 "jbuilder" {>= "1.0+beta10"}
20 "ipaddr" {>= "2.6.0" & < "5.0.0"}
21 "functoria" {>= "2.2.0" & < "4.0"}
22 "bos"
23 "astring"
24 "logs"
25 "mirage-runtime" {>= "3.0.0" & < "3.2.0"}
26]
27conflicts: [
28 "nocrypto" {< "0.4.0"}
29 "cstruct" {< "1.0.1"}
30 "io-page" {< "1.4.0"}
31 "crunch" {< "1.2.2"}
32 "jbuilder" {= "1.0+beta18"}
33 "tcpip" {>= "3.5.0"}
34 "mirage-solo5" {>= "0.4.0"}
35 "mirage-unix" {>= "3.1.0"}
36 "mirage-random" {>= "1.2.0"}
37 "charrua-client" {>= "0.11"}
38]
39synopsis: "The MirageOS library operating system"
40description: """
41MirageOS is a library operating system that constructs unikernels for
42secure, high-performance network applications across a variety of
43cloud computing and mobile platforms. Code can be developed on a
44normal OS such as Linux or MacOS X, and then compiled into a
45fully-standalone, specialised unikernel that runs under the Xen
46hypervisor.
47
48Since Xen powers most public cloud computing infrastructure such as
49Amazon EC2 or Rackspace, this lets your servers run more cheaply,
50securely and with finer control than with a full software stack."""
51url {
52 src:
53 "https://github.com/mirage/mirage/releases/download/3.1.1/mirage-3.1.1.tbz"
54 checksum: [
55 "sha256=4c0b5031ad70a34ebf7ed303a6b26f1152adadf241c6357f27f8fe7285c26835"
56 "md5=7888dc6a9769e6a5b593e7b6e78c435f"
57 ]
58}