{"id":50730900,"url":"https://github.com/alternative-intelligence-cp/nitpick-docs","last_synced_at":"2026-06-10T08:31:56.994Z","repository":{"id":346750474,"uuid":"1189756092","full_name":"alternative-intelligence-cp/nitpick-docs","owner":"alternative-intelligence-cp","description":"Aria programming guide, language specification, tutorials, and API documentation","archived":false,"fork":false,"pushed_at":"2026-06-02T02:37:38.000Z","size":72888,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-02T04:18:27.387Z","etag":null,"topics":["aria","documentation","language-reference","programming-guide"],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/alternative-intelligence-cp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-23T16:28:26.000Z","updated_at":"2026-06-02T02:37:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"a38dbde8-8565-4465-8869-7174826df4be","html_url":"https://github.com/alternative-intelligence-cp/nitpick-docs","commit_stats":null,"previous_names":["alternative-intelligence-cp/aria-docs","alternative-intelligence-cp/nitpick-docs"],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/alternative-intelligence-cp/nitpick-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alternative-intelligence-cp%2Fnitpick-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alternative-intelligence-cp%2Fnitpick-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alternative-intelligence-cp%2Fnitpick-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alternative-intelligence-cp%2Fnitpick-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alternative-intelligence-cp","download_url":"https://codeload.github.com/alternative-intelligence-cp/nitpick-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alternative-intelligence-cp%2Fnitpick-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34144679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["aria","documentation","language-reference","programming-guide"],"created_at":"2026-06-10T08:31:56.914Z","updated_at":"2026-06-10T08:31:56.985Z","avatar_url":"https://github.com/alternative-intelligence-cp.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aria-docs\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"assets/nitpick_logo.png\" alt=\"Nitpick logo: raccoon holding a magnifying glass\" width=\"220\"\u003e\n\u003c/p\u003e\n\n[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)\n\n\u003e 🚧 **Rebrand in progress:** Nitpick is becoming **Nitpick**. This documentation\n\u003e repo still uses Nitpick names while the migration is underway. Existing docs,\n\u003e examples, man pages, and history are being preserved; source and file-extension\n\u003e renames will happen in later coordinated slices.\n\nDocumentation, man pages, and examples for the [Nitpick (Nitpick) programming language](https://github.com/alternative-intelligence-cp/nitpick) (v0.36.7).\n\n## Contents\n\n- **guide/** — Programming guide: types, Result handling, Design by Contract, functions, control flow, memory, modules, advanced features, standard library\n- **guide/npkpkg.md** — Package manager usage guide\n- **man/** — Man page sources and build scripts (`man npkc`, `man npkpkg`, etc.)\n- **examples/** — Example programs demonstrating Nitpick features (69 .npk files)\n- **reference/** — Language reference and compiler architecture documentation\n- **specs/** — Language specification (`aria_specs.txt` — 7,200-line spec covering the 3-layer safety system)\n- **packages/** — Package-specific guides (raylib, GML, Tetris, OpenGL)\n\n## Installation\n\nSee **[INSTALL.md](https://github.com/alternative-intelligence-cp/aria/blob/main/INSTALL.md)** in the main aria repo for all installation methods (install script, .deb, .rpm, build from source).\n\n## Getting Started\n\nSee [GETTING_STARTED.md](GETTING_STARTED.md) for setup instructions.\n\n## Man Pages\n\n```bash\ncd man/\nmake          # Build man pages\nsudo make install  # Install to /usr/share/man/\n```\n\n## Examples\n\nEach example can be compiled with:\n```bash\nnpkc examples/\u003cname\u003e.npk -o \u003cname\u003e\n./\u003cname\u003e\n```\n\nSome examples have subdirectories with their own build scripts.\n\n## License\n\nAGPL-3.0 — see [LICENSE.md](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falternative-intelligence-cp%2Fnitpick-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falternative-intelligence-cp%2Fnitpick-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falternative-intelligence-cp%2Fnitpick-docs/lists"}