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