this repo has no description
1opam-version: "2.0" 2maintainer: "dave@recoil.org" 3license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 4tags: [ 5 "org:mirage" 6 "org:xapi-project" 7] 8authors: [ "Dave Scott" "Jon Ludlam" ] 9homepage: "https://github.com/mirage/ocaml-vhd" 10bug-reports: "https://github.com/mirage/ocaml-vhd/issues" 11dev-repo: "git+https://github.com/mirage/ocaml-vhd" 12build: [[ "jbuilder" "build" "-p" name "-j" jobs ]] 13depends: [ 14 "ocaml" {>= "4.03.0"} 15 "jbuilder" {>= "1.0+beta7"} 16 "cstruct" {>= "1.9" & < "3.4.0"} 17 "io-page" 18 "rresult" {>= "0.2.0"} 19 "uuidm" 20 "ppx_cstruct" 21] 22depexts: ["linux-headers"] {os-distribution = "alpine"} 23available: os = "linux" | os = "macos" 24synopsis: "Pure OCaml library for reading and writing .vhd format data" 25description: 26 "It has a particular emphasis on efficient streaming and format conversion." 27url { 28 src: "https://github.com/mirage/ocaml-vhd/archive/v0.9.1.tar.gz" 29 checksum: [ 30 "sha256=58c7326573ef8364e0ab31ec948534d21e0f63cebca34b1d8a804dd8f98b1cde" 31 "md5=4ee5af5373cf39b19a84873bc6ff2366" 32 ] 33}