this repo has no description
1opam-version: "2.0" 2maintainer: "anil@recoil.org" 3authors: "The MirageOS team" 4homepage: "https://github.com/mirage/mirage-platform" 5bug-reports: "https://github.com/mirage/mirage-platform/issues/" 6dev-repo: "git+https://github.com/mirage/mirage-platform.git" 7license: ["ISC" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" "BSD-3-Clause"] 8build: [make "unix-build"] 9install: [make "unix-install" "PREFIX=%{prefix}%"] 10remove: [make "unix-uninstall" "PREFIX=%{prefix}%"] 11 12depends: [ 13 "ocaml" {>= "4.01.0" & < "5.0"} 14 "ocamlfind" {build} 15 "ocamlbuild" {build} 16 "cstruct" {>= "1.0.1"} 17 "lwt" {>= "2.4.7"} 18 "mirage-clock-unix" {>= "1.0.0"} 19 "shared-memory-ring" {>= "1.0.0"} 20 "mirage-profile" {>= "0.3"} 21 "logs" 22 "io-page-unix" {>= "2.0.0"} 23] 24conflicts: [ 25 "mirage-types" { < "3.0.0" } 26] 27tags: "org:mirage" 28synopsis: "MirageOS platform library for UNIX compilation" 29url { 30 src: "https://github.com/mirage/mirage-platform/archive/v3.0.3.tar.gz" 31 checksum: [ 32 "sha256=53b539930a9cec8e0e94b742ed294bef429e43e4ba5788652c779666b07772f5" 33 "md5=ff35e31ce2eaa553cde6fc4af494bf44" 34 ] 35}