Apple Virtualization.framework bindings for OCaml
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Apple Virtualization.framework bindings for OCaml"
4description:
5 "OCaml bindings for Apple Virtualization.framework (macOS 13+). Direct kernel boot via VZLinuxBootLoader, virtio-net/blk/serial devices, memory balloon, and Rosetta x86 translation. Zero external dependencies beyond macOS."
6maintainer: ["Thomas Gazagnaire <thomas@gazagnaire.org>"]
7authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>"]
8license: "ISC"
9tags: ["org:blacksun" "system"]
10homepage: "https://tangled.org/gazagnaire.org/ocaml-vz"
11bug-reports: "https://tangled.org/gazagnaire.org/ocaml-vz/issues"
12depends: [
13 "dune" {>= "3.21"}
14 "ocaml" {>= "5.1"}
15 "fmt" {>= "0.9.0"}
16 "logs" {>= "0.7.0"}
17 "alcotest" {with-test}
18 "mdx" {with-test}
19 "alcobar" {with-test}
20 "bytesrw" {with-test}
21 "eio" {with-test}
22 "eio_main" {with-test}
23 "initramfs" {with-test}
24 "uniboot" {with-test}
25 "odoc" {with-doc}
26]
27build: [
28 ["dune" "subst"] {dev}
29 [
30 "dune"
31 "build"
32 "-p"
33 name
34 "-j"
35 jobs
36 "@install"
37 "@runtest" {with-test}
38 "@doc" {with-doc}
39 ]
40]
41dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-vz"
42x-maintenance-intent: ["(latest)"]
43x-quality-build: "2026-04-15"
44x-quality-fuzz: "2026-04-15"
45x-quality-test: "2026-04-15"