this repo has no description
1opam-version: "2.0" 2maintainer: "Martin Lucina <martin@lucina.net>" 3authors: "Martin Lucina <martin@lucina.net>" 4homepage: "https://github.com/mirage/ocaml-solo5" 5bug-reports: "https://github.com/mirage/ocaml-solo5/issues/" 6license: "MIT" 7tags: "org:mirage" 8dev-repo: "git+https://github.com/mirage/ocaml-solo5.git" 9build: [make] 10install: [make "install" "PREFIX=%{prefix}%"] 11remove: [make "uninstall" "PREFIX=%{prefix}%"] 12depends: [ 13 "conf-pkg-config" {< "3"} 14 "ocamlfind" {build} 15 "ocaml-src" {build} 16 ("solo5-bindings-hvt" | "solo5-bindings-spt" | "solo5-bindings-virtio" | "solo5-bindings-muen" | "solo5-bindings-genode") 17 "ocaml" {>= "4.06.0" & < "4.11.0"} 18] 19substs: [ 20 "flags/cflags.tmp" 21 "flags/libs.tmp" 22] 23conflicts: [ 24 "sexplib" {= "v0.9.0"} 25 "solo5-kernel-ukvm" 26 "solo5-kernel-virtio" 27 "solo5-kernel-muen" 28] 29available: [ 30 ((os = "linux" & (arch = "x86_64" | arch = "arm64")) 31 | (os = "freebsd" & arch = "x86_64") 32 | (os = "openbsd" & arch = "x86_64")) 33] 34synopsis: "Freestanding OCaml runtime" 35description: 36 "This package provides a freestanding OCaml runtime (asmrun), suitable for linking with a unikernel base layer." 37url { 38 src: "https://github.com/mirage/ocaml-solo5/archive/v0.5.0.tar.gz" 39 checksum: 40 "sha512=98fdf28452e0d1a338c5fc983082c5c1582ea767fafd2b4d8b0b83122f4f3f48dd5c21129019fad028ef1c772b8ad5740f394ce8c96f8c61d10e50ee2dacb2eb" 41} 42flags: deprecated 43post-messages: [ "This package has been superseeded by ocaml-solo5." ]