10 buildDunePackage rec {
11 pname = "shared-memory-ring";
17 url = "https://github.com/mirage/shared-memory-ring/releases/download/v${version}/shared-memory-ring-${version}.tbz";
18 hash = "sha256-qSdntsPQo0/8JlbOoO6NAYtoa86HJy5yWHUsWi/PGDM=";
25 propagatedBuildInputs = [
36 description = "Shared memory rings for RPC and bytestream communications";
37 license = licenses.isc;
38 homepage = "https://github.com/mirage/shared-memory-ring";
39 maintainers = [ maintainers.sternenseemann ];