{"id":20954297,"url":"https://github.com/370network/pax-s920","last_synced_at":"2026-04-13T08:31:07.235Z","repository":{"id":260089727,"uuid":"880200237","full_name":"370network/pax-s920","owner":"370network","description":"ProlinOS/PAX S920 compatible toolchain suite","archived":false,"fork":false,"pushed_at":"2025-12-29T03:49:56.000Z","size":32435,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-31T23:37:59.601Z","etag":null,"topics":["homebrew","paxdevs"],"latest_commit_sha":null,"homepage":"https://forum.370.network/viewtopic.php?p=137","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/370network.png","metadata":{"files":{"readme":"README.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-29T09:56:17.000Z","updated_at":"2025-12-29T03:49:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe58d7c4-369e-4595-889f-c0b732e980c4","html_url":"https://github.com/370network/pax-s920","commit_stats":null,"previous_names":["370network/pax-s920"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/370network/pax-s920","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/370network%2Fpax-s920","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/370network%2Fpax-s920/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/370network%2Fpax-s920/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/370network%2Fpax-s920/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/370network","download_url":"https://codeload.github.com/370network/pax-s920/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/370network%2Fpax-s920/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31746101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T06:26:45.479Z","status":"ssl_error","status_checked_at":"2026-04-13T06:26:44.645Z","response_time":93,"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":["homebrew","paxdevs"],"created_at":"2024-11-19T01:12:35.332Z","updated_at":"2026-04-13T08:31:07.220Z","avatar_url":"https://github.com/370network.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ProlinOS/PAX toolchain\n\n## setup instructions\n### debian/ubuntu 64bit specific\ninstall multiarch support\n```bash\nsudo dpkg --add-architecture i386\nsudo apt-get update\nsudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386\n```\n\n### common for all platforms\nmake sure you have `python3`, `python3-venv`, `wget`, `git`, `swig`, `openssl`+devel *(`qemu-user-static`/`qemu-arm-static` for possibly running executables)* installed\n\n```bash\n./setup_toolchain.sh\n```\n\ncontinue *(or start on your next session)* with\n```bash\nsource env.sh\n```\n\n## commands\n### paxpush\nused as a shorter alias for the xcb command\n```bash\npaxpush \u003csource file\u003e \u003cpax destination\u003e\n```\n*eg. paxpush osal_test.c /data/app/MAINAPP/libosal.so*\n\n### paxpull\nused as a shorter alias for the xcb command\n```bash\npaxpull \u003cpax source\u003e \u003clocal destination\u003e\n```\n*eg. paxpull /usr/lib/libcbinder.so libcbinder.so*\n\n### paxls\nused as a shorter alias for the xcb command\n```bash\npaxls \u003cpax directory\u003e\n```\n*eg. paxls /data/app/MAINAPP*\n\n### paxdump\nused as a shorter alias for the xcb command\n```bash\npaxdump \u003cdump name\u003e\n```\n*eg. paxdump mydump*\n\nThe resulting dump will be stored in `dumps/\u003cdump name\u003e` inside the working directory.\n\n## building homebrew\n~~download using the homebrew downloader (coming soon or never)~~\n\ntraverse into the `homebrew` folder, pick your desired port and run `./install.sh`, `./build.sh` or `make`\n\nsome ports (mainly libs)* contain both `./install.sh` and `./build.sh` because you can save time by just installing it instead of building them\n\n## additional official docs\nsee [pax-docs](https://github.com/370network/pax-s920/tree/main/pax-docs)\n\n## headers\n\n### xui.h\nhalf baked and handmade header file for nearly all libxui.so relevant functions. For (partial) usage, look at xui_test.c\n\n### osal.h\nheader file for all libosal.so relevant functions. For usage, look at osal_test.c\n\n### prolin-printf.h\nheader file use as redefinition of printf with flush to stdout.\n\n`-include prolin-printf.h` in cflags for global usage across projects\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F370network%2Fpax-s920","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F370network%2Fpax-s920","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F370network%2Fpax-s920/lists"}