{"id":16189359,"url":"https://github.com/caolan/dust","last_synced_at":"2026-02-07T23:31:02.769Z","repository":{"id":65991228,"uuid":"83129471","full_name":"caolan/dust","owner":"caolan","description":"P2P event streams","archived":false,"fork":false,"pushed_at":"2017-06-02T21:36:45.000Z","size":196,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-27T23:43:51.927Z","etag":null,"topics":["event-sourcing","p2p"],"latest_commit_sha":null,"homepage":null,"language":"Scheme","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/caolan.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-25T12:13:00.000Z","updated_at":"2020-08-03T06:45:01.000Z","dependencies_parsed_at":"2023-02-28T11:16:45.689Z","dependency_job_id":null,"html_url":"https://github.com/caolan/dust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/caolan/dust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fdust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fdust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fdust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fdust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caolan","download_url":"https://codeload.github.com/caolan/dust/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fdust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29212567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T23:14:30.912Z","status":"ssl_error","status_checked_at":"2026-02-07T23:14:17.253Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["event-sourcing","p2p"],"created_at":"2024-10-10T07:35:11.570Z","updated_at":"2026-02-07T23:31:02.730Z","avatar_url":"https://github.com/caolan.png","language":"Scheme","readme":"* Dust\nA daemon for disseminating events over a peer-to-peer network.\n\n** Install\n*** Requirements\n- [[https://code.call-cc.org/][CHICKEN Scheme 4.x]]\n- [[https://libsodium.org][libsodium]]\n- [[https://symas.com/offerings/lightning-memory-mapped-database/][LMDB]]\n- [[http://miniupnp.free.fr/][miniupnpc]]\n\n#+BEGIN_SRC shell\n  sudo apt-get install chicken-bin libsodium-dev liblmdb-dev libminiupnpc-dev\n#+END_SRC\n\nCurrently (until https://bugs.call-cc.org/ticket/1352 is resolved), a patched version of the unix-sockets egg is required. Please fetch the source for this egg by doing:\n\n#+BEGIN_SRC shell\n  chicken-install -r unix-sockets\n#+END_SRC\n\nThen apply the patch from the ticket and, in the unix-sockets directory, do:\n\n#+BEGIN_SRC shell\n  chicken-install -s\n#+END_SRC\n\n*** Build and install\n#+BEGIN_SRC shell\n  chicken-install -s\n#+END_SRC\n\n*** OpenBSD\nOn OpenBSD 6.1, I install these packages:\n\n#+BEGIN_SRC shell\n  doas pkg_add chicken sodium miniupnpc\n#+END_SRC\n\nThen install LMDB from source:\n\n#+BEGIN_SRC shell\n  git clone git://github.com/LMDB/lmdb\n  cd lmdb\n  git checkout LMDB_0.9.19\n  make\n  # \"make install\" doesn't work for me as the expected binaries don't all build\n  doas cp liblmdb.so /usr/local/lib/\n  doas cp liblmdb.a /usr/local/lib/\n  doas cp lmdb.h /usr/local/include/\n#+END_SRC\n\nThen build and install dust:\n\n#+BEGIN_SRC shell\n  cd dust\n  CPATH=/usr/local/include doas chicken-install\n#+END_SRC\n\nNote: LMDB has to be used in MDB_WRITEMAP mode on OpenBSD due to the\nlack of a unified buffer cache. LMDB environments will reserve their\nfull mapsize instead of growing as entries are added and nested\ntransactions will not be supported.\n\n** Run tests\nInstall test dependencies.\n\n#+BEGIN_SRC shell\n  chicken-install -s test test-generative data-generators\n#+END_SRC\n\nRun the unit tests.\n\n#+BEGIN_SRC shell\n  csi -s tests/run.scm\n#+END_SRC\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaolan%2Fdust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaolan%2Fdust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaolan%2Fdust/lists"}