{"id":26964381,"url":"https://github.com/septh/libwin32","last_synced_at":"2025-04-03T06:32:08.128Z","repository":{"id":255939138,"uuid":"853185058","full_name":"Septh/libwin32","owner":"Septh","description":"Node bindings to native Win32 DLLs through Koffi","archived":false,"fork":false,"pushed_at":"2025-03-31T00:09:05.000Z","size":766,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T01:20:10.100Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/Septh.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}},"created_at":"2024-09-06T06:43:09.000Z","updated_at":"2025-03-31T00:09:10.000Z","dependencies_parsed_at":"2024-09-08T01:28:32.249Z","dependency_job_id":"15f87e29-33dc-4eb6-8393-6260b92e67a0","html_url":"https://github.com/Septh/libwin32","commit_stats":null,"previous_names":["septh/libwin32"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Septh%2Flibwin32","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Septh%2Flibwin32/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Septh%2Flibwin32/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Septh%2Flibwin32/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Septh","download_url":"https://codeload.github.com/Septh/libwin32/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246947763,"owners_count":20859311,"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":"2025-04-03T06:30:49.319Z","updated_at":"2025-04-03T06:32:08.120Z","avatar_url":"https://github.com/Septh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libwin32 (work in progress)\n\u003e Node bindings to native Win32 DLLs through [Koffi](https://koffi.dev).\n\n### In a nutshell:\n* Very simple and intuitive API (see [demos](./source//demos/)), with TypeScript definitions included.\n* Bundler friendly, designed with tree-shakeability in mind.\n* Opinionated:\n    * Only targets **64-bit** platforms (*Intel/AMD for now, ARM may be added later, no warranty though*).\n    * Only exposes **Unicode** functions and data structures (those whose name ends in `W` in the Win32 API).\n* Very easy to extend with additional functions, data structures and constants. I will add some myself time permitting; any help would be *mucho* appreciated.\n\n````js\nimport { MessageBox } from 'libwin32'\nimport { MB_ } from 'libwin32/consts'\n\nconst result = MessageBox(\n    null,\n    \"Hello, world!\",\n    \"libwin32\",\n    MB_.ICONINFORMATION | MB_.YESNO\n)\n````\n\n![screenshot](docs/snapshot.png)\n\nSee [the repo on Github](https://github.com/Septh/libwin32#readme) for full documentation.\n\n### Licence\nMIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsepth%2Flibwin32","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsepth%2Flibwin32","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsepth%2Flibwin32/lists"}