{"id":13570441,"url":"https://github.com/janet-lang/jpm","last_synced_at":"2026-03-04T05:01:05.931Z","repository":{"id":39650270,"uuid":"376984787","full_name":"janet-lang/jpm","owner":"janet-lang","description":"Janet Project Manager","archived":false,"fork":false,"pushed_at":"2026-02-19T14:58:41.000Z","size":229,"stargazers_count":96,"open_issues_count":26,"forks_count":23,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-02-19T18:12:27.833Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Janet","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/janet-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-06-14T23:52:00.000Z","updated_at":"2026-02-19T15:01:46.000Z","dependencies_parsed_at":"2024-03-24T19:26:29.252Z","dependency_job_id":"47948aa9-a327-42d7-a6a0-37907ce846de","html_url":"https://github.com/janet-lang/jpm","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/janet-lang/jpm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janet-lang%2Fjpm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janet-lang%2Fjpm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janet-lang%2Fjpm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janet-lang%2Fjpm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janet-lang","download_url":"https://codeload.github.com/janet-lang/jpm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janet-lang%2Fjpm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30071895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T03:25:38.285Z","status":"ssl_error","status_checked_at":"2026-03-04T03:25:05.086Z","response_time":59,"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-08-01T14:00:52.466Z","updated_at":"2026-03-04T05:01:05.901Z","avatar_url":"https://github.com/janet-lang.png","language":"Janet","funding_links":[],"categories":["Janet"],"sub_categories":[],"readme":"# jpm\n\nJPM is the Janet Project Manager tool. It is for automating builds and downloading\ndependencies of Janet projects. This project is a port of the original `jpm` tool\n(which started as a single file script) to add more functionality, clean up code, make\nmore portable and configurable, and\nrefactor `jpm` into independent, reusable pieces that can be imported as normal Janet modules.\n\nThis also introduces parallel builds, possible MSYS support, a `jpm` configuration file, and more\nCLI options. Other improvements are planned such as parallel dependency downloading, more\nout of the box support for non-C toolchains and pkg-config, installation from sources besides git\nsuch as remote tarballs, zipfiles, or local directories, and more.\n\n## Self Installation (Bootstrapping)\n\nclone this repo, and from its directory, run\n\n```\n$ [sudo] janet bootstrap.janet\n```\n\nThere are also several example config files in the `configs` directory, and you can use the environment\nvariable `JANET_JPM_CONFIG` to use a configuration file. The config files can be either `janet` or `jdn`\nfiles. To override/set the default configuration, replace the contents of default-config.janet with a\ncustomized config file before installing. To select a configuration file to use to override the default\nwhen installing, pass in a config file argument to the `bootstrap.janet` script, for example:\n\n```\n$ [sudo] janet bootstrap.janet configs/msvc_config.janet\n```\n\nThe bootstrapping process can also be configured by setting PREFIX to install to a different system directory.\nGenerally, you will want to install to the same directory that Janet was installed to so jpm can find the\nrequired headers and libraries for compiling C libraries.\n\n```\n$ [sudo] PREFIX=/usr janet bootstrap.janet\n```\n\n## Updating\n\nIf you aleady have an installation of jpm configured, you can update `jpm` with\n\n```\n$ [sudo] jpm install jpm\n```\n\nwhich should automatically update to the latest `jpm`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanet-lang%2Fjpm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanet-lang%2Fjpm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanet-lang%2Fjpm/lists"}