{"id":20512669,"url":"https://github.com/seggan/apm-repo","last_synced_at":"2026-03-19T16:11:14.685Z","repository":{"id":214548610,"uuid":"736785295","full_name":"Seggan/apm-repo","owner":"Seggan","description":"Repository for the APM tool in the Automation Slimefun addon","archived":false,"fork":false,"pushed_at":"2023-12-28T22:16:42.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T22:48:06.105Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/Seggan.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":"2023-12-28T21:47:23.000Z","updated_at":"2024-08-14T18:53:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"09704c6d-2056-408d-b75a-dd92675078ef","html_url":"https://github.com/Seggan/apm-repo","commit_stats":null,"previous_names":["seggan/apm-repo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Seggan/apm-repo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seggan%2Fapm-repo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seggan%2Fapm-repo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seggan%2Fapm-repo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seggan%2Fapm-repo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Seggan","download_url":"https://codeload.github.com/Seggan/apm-repo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seggan%2Fapm-repo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30198661,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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-11-15T20:42:18.820Z","updated_at":"2026-03-06T21:31:49.446Z","avatar_url":"https://github.com/Seggan.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# apm-repo\nRepository for the APM tool in the Automation Slimefun addon.\n\n## Project structure\n\nExample project structure:\n```\nhello/\n├── 1.1.0/\n│   ├── hello.metis\n│   ├── libhello.metis\n│   └── vinfo.json\n├── 1.0.0/\n│   ├── hello.metis\n│   └── vinfo.json\n└── versions.json\n```\n\nAll projects must be in a folder with the same name as the project. Within that folder, there must be a `versions.json` file \ncontaining a JSON list of all the available versions of the project. For the example project above, it would look like this:\n```json\n[\"1.1.0\", \"1.0.0\"]\n```\nThe higher the version is, the closer it should be to the start of the list.\n\nEach version should be in its corresponding folder. Each folder is required to have a `vinfo.json` file in it. The contents of\nthat file is a single JSON object. Here is an example for `hello 1.1.0`:\n```json\n{\n  \"bin\": [\"hello.metis\"],\n  \"lib\": [\"libhello.metis\"],\n  \"dependencies\": {\n    \"sf-dos\": \"1.2\"\n  }\n}\n```\n`bin` is a list of files that will be downloaded into the `/bin/` folder and will be available on PATH. `lib` is a list of files \nwhich the files in `bin` require access to and are downloaded to `/lib/\u003cpackage\u003e/` (e.x. `/lib/hello/`). `include`, while not \nshown in this example, would be a list of files that get downlaoded into `/include/`, and will be available for `import`.\n`dependencies` is an object of pairs of the name of the dependency and a version selector. APM will determine the highest version\nthat meets the selector. For example, in the example, an `sf-dos` version of `1.2.9` will satisfy the dependency, but a version of\n`1.3.4` will not.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseggan%2Fapm-repo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseggan%2Fapm-repo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseggan%2Fapm-repo/lists"}