{"id":17210539,"url":"https://github.com/samth/mmap","last_synced_at":"2026-02-01T21:02:18.970Z","repository":{"id":139587686,"uuid":"80127649","full_name":"samth/mmap","owner":"samth","description":null,"archived":false,"fork":false,"pushed_at":"2021-01-03T21:15:07.000Z","size":3,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-10T13:38:22.056Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Racket","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2017-01-26T15:38:53.000Z","updated_at":"2021-01-03T21:15:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"31908364-7910-4d77-93be-4e43fe5e8235","html_url":"https://github.com/samth/mmap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samth/mmap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samth%2Fmmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samth%2Fmmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samth%2Fmmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samth%2Fmmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samth","download_url":"https://codeload.github.com/samth/mmap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samth%2Fmmap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28990693,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T20:57:35.821Z","status":"ssl_error","status_checked_at":"2026-02-01T20:57:29.580Z","response_time":56,"last_error":"SSL_read: 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":[],"created_at":"2024-10-15T02:54:37.235Z","updated_at":"2026-02-01T21:02:18.966Z","avatar_url":"https://github.com/samth.png","language":"Racket","funding_links":[],"categories":[],"sub_categories":[],"readme":"##### mmap\n\nA binding to the system `mmap()`.\n\n###### Installation\n\n```\n$ raco pkg install mmap\n```\n\n###### Example\n\n```\n$ cat /tmp/x\n111111111111111111111111111111111111111111111111111111111111111111111\n$ racket\n\u003e (require mmap)                                                        \n\u003e (define bs (mmap \"/tmp/x\" #:length 20 #:prot '(PROT_READ PROT_WRITE) #:flags 'MAP_SHARED))\n\u003e bs\n#\"11111111111111111111\"\n\u003e (bytes-set! bs 0 50)\n\u003e bs\n#\"21111111111111111111\"\n\u003e \n$ cat /tmp/x\n211111111111111111111111111111111111111111111111111111111111111111111\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamth%2Fmmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamth%2Fmmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamth%2Fmmap/lists"}