(lang dune 3.21) (using directory-targets 0.1) (name space-wire) (generate_opam_files true) (license MIT) (authors "Thomas Gazagnaire") (maintainers "Thomas Gazagnaire") (source (tangled gazagnaire.org/space-wire)) (package (name space-wire) (synopsis "SpaceOS wire protocol codecs") (description "Wire codecs for the SpaceOS host-guest communication protocol. Fixed-size frames, shared memory layout, and storage block codecs for F Prime integration.") (depends (ocaml (>= 5.1)) wire checkseum (alcotest :with-test) (crowbar :with-test)))