{"id":23416222,"url":"https://github.com/bluk/dht","last_synced_at":"2025-09-07T17:42:09.011Z","repository":{"id":110144281,"uuid":"206403667","full_name":"bluk/DHT","owner":"bluk","description":"A BitTorrent distributed hash table implementation in Swift","archived":false,"fork":false,"pushed_at":"2019-11-15T02:57:54.000Z","size":41,"stargazers_count":8,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T08:53:05.530Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bluk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2019-09-04T20:05:21.000Z","updated_at":"2023-05-29T06:12:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"f31d346f-b57a-463b-b3b3-d841bbda2b72","html_url":"https://github.com/bluk/DHT","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bluk/DHT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluk%2FDHT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluk%2FDHT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluk%2FDHT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluk%2FDHT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bluk","download_url":"https://codeload.github.com/bluk/DHT/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluk%2FDHT/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259439141,"owners_count":22857661,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-12-22T22:14:03.594Z","updated_at":"2025-06-12T09:35:52.651Z","avatar_url":"https://github.com/bluk.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DHT\n\nA [Swift][swift] package to help use the [BitTorrent][bittorrent] [Distributed Hash Table][dht].\n\n## Usage\n\n### Swift Package Manager\n\nAdd this package to your `Package.swift` `dependencies` and target's `dependencies`:\n\n```swift\nimport PackageDescription\n\nlet package = Package(\n    name: \"Example\",\n    dependencies: [\n        .package(\n            url: \"https://github.com/bluk/DHT\",\n            from: \"0.1.0\"\n        ),\n    ],\n    targets: [\n        .target(\n            name: \"YourProject\",\n            dependencies: [\"DHT\"]\n        )\n    ]\n)\n```\n\n## License\n\n[Apache-2.0 License][license]\n\n[license]: LICENSE\n[swift]: https://swift.org\n[bittorrent]: http://bittorrent.org/\n[dht]: http://bittorrent.org/beps/bep_0005.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluk%2Fdht","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluk%2Fdht","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluk%2Fdht/lists"}