{"id":13993579,"url":"https://github.com/apple/pkl-pantry","last_synced_at":"2026-01-17T14:57:03.984Z","repository":{"id":220550502,"uuid":"745600344","full_name":"apple/pkl-pantry","owner":"apple","description":"Shared Pkl packages","archived":false,"fork":false,"pushed_at":"2026-01-09T17:01:11.000Z","size":862,"stargazers_count":259,"open_issues_count":13,"forks_count":39,"subscribers_count":11,"default_branch":"main","last_synced_at":"2026-01-11T12:14:02.432Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Pkl","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/apple.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":"CONTRIBUTING.adoc","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.adoc","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.adoc","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-19T17:27:27.000Z","updated_at":"2026-01-09T16:59:13.000Z","dependencies_parsed_at":"2024-03-25T23:25:55.334Z","dependency_job_id":"a7221e0c-c222-4a77-a69e-821b104120c5","html_url":"https://github.com/apple/pkl-pantry","commit_stats":null,"previous_names":["apple/pkl-pantry"],"tags_count":167,"template":false,"template_full_name":null,"purl":"pkg:github/apple/pkl-pantry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apple%2Fpkl-pantry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apple%2Fpkl-pantry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apple%2Fpkl-pantry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apple%2Fpkl-pantry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apple","download_url":"https://codeload.github.com/apple/pkl-pantry/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apple%2Fpkl-pantry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28510926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"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-09T14:02:26.897Z","updated_at":"2026-01-17T14:57:03.978Z","avatar_url":"https://github.com/apple.png","language":"Pkl","funding_links":[],"categories":["Pkl"],"sub_categories":[],"readme":"= Pkl Pantry\n\nThis is a monorepo of packages that are maintained and published by the Pkl team.\n\n== Using packages\n\nPackages within this repository are published as `package://pkg.pkl-lang.org/pkl-pantry/\u003cNAME\u003e@\u003cVERSION\u003e`.\n\n=== Direct imports\n\nModules from package can be imported directly. For example, the below line imports module `toml.pkl` from package link:packages/pkl.toml/[`pkl.toml`] at version `1.0.0`:\n\n[source,pkl]\n----\nimport \"package://pkg.pkl-lang.org/pkl-pantry/pkl.toml@1.0.0#/toml.pkl\"\n----\n\n=== In a project\n\nIf using a link:https://pkl-lang.org/main/current/language-reference/index.html#projects[project], add a package as a dependency:\n\n.PklProject\n[source,pkl]\n----\namends \"pkl:Project\"\n\ndependencies {\n  [\"toml\"] {\n    uri = \"package://pkg.pkl-lang.org/pkl-pantry/pkl.toml@1.0.0\"\n  }\n}\n----\n\nThen, resolve the project:\n\n[source,bash]\n----\npkl project resolve\n----\n\nThis will create a `PklProject.deps.json` file, which should also be checked into source control.\n\n== Maintained packages\n\nThe following packages are maintained in this repo:\n\n|===\n|Package |Description\n\n|link:packages/com.circleci.v2[com.circleci.v2]\n|Templates for defining https://circleci.com[CircleCI] configuration.\n\n|link:packages/com.github.actions[com.github.actions]\n|Templates for defining https://github.com/features/actions[GitHub Actions] workflows.\n\n|link:packages/com.github.actions.contrib[com.github.actions.contrib]\n|Utility modules for working with GitHub Actions\n\n|link:packages/com.github.dependabot[com.github.dependabot]\n|Templates for managing https://github.com/dependabot[Dependabot].\n\n|link:packages/com.influxdata.telegraf[com.influxdata.telegraf]\n|Templates for configuring https://docs.influxdata.com/telegraf[Telegraf], a plugin-driven server agent for collecting and reporting metrics.\n\n|link:packages/icalendar[icalendar]\n|Library for working with iCalendar data.\n\n|link:packages/io.github.typesafegithub[io.github.typesafegithub]\n|Typings for GitHub Actions\n\n|link:packages/io.prometheus[io.prometheus]\n|Templates for configuring https://prometheus.io[Prometheus], an open-source systems monitoring and alerting toolkit.\n\n|link:packages/k8s.contrib[k8s.contrib]\n|Utilities for handling k8s configuration in Pkl.\n\n|link:packages/k8s.contrib.appEnvCluster[k8s.contrib.appEnvCluster]\n|Template that captures the hierarchical pattern of Application, Environment, and Cluster.\n\n|link:packages/k8s.contrib.crd[k8s.contrib.crd]\n|Utilities for https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/[Kubernetes Custom Resources].\n\n|link:packages/k8s.networking.gateway[k8s.networking.gateway]\n|Kubernetes resource definitions for https://gateway-api.sigs.k8s.io[Gateway API].\n\n|link:packages/org.apache.spark[org.apache.spark]\n|Definitions for https://spark.apache.org[Apache Spark].\n\n|link:packages/org.json_schema[org.json_schema]\n|Modules for https://json-schema.org[JSON Schema].\n\n|link:packages/org.json_schema.contrib[org.json_schema.contrib]\n|Utilities for https://json-schema.org[JSON Schema].\n\n|link:packages/org.openapis.v3[org.openapis.v3]\n|Modules for describing https://www.openapis.org/[OpenAPI] v3.x\n\n|link:packages/org.openapis.v3.contrib[org.openapis.v3.contrib]\n|Utility modules for working with OpenAPI.\n\n|link:packages/pkl.csv[pkl.csv]\n|A https://www.ietf.org/rfc/rfc4180.txt[RFC4180] compliant CSV Renderer and Parser.\n\n|link:packages/pkl.experimental.deepToTyped[pkl.experimental.deepToTyped]\n|An experimental module that does a deep-conversion from untyped data to `Typed` values.\n\n|link:packages/pkl.experimental.net[pkl.experimental.net]\n|Experimental library for handling network (IP and MAC) addresses.\n\n|link:packages/pkl.experimental.structuredRead[pkl.experimental.structuredRead]\n|Utility libraries to parse `read()` values into structured data.\n\n|link:packages/pkl.experimental.syntax[pkl.experimental.syntax]\n|Experimental Pkl syntax library\n\n|link:packages/pkl.experimental.uri[pkl.experimental.uri]\n|Experimental Pkl URI library\n\n|link:packages/pkl.github.dependabotManagedActions[pkl.github.dependabotManagedActions]\n|Provides DependabotManagedActions, a template for writing GitHub Actions workflows, whose actions are pinned to specific SHAs, and updated by dependabot.\n\n|link:packages/pkl.lua[pkl.lua]\n|A parser and renderer for a subset of https://www.lua.org[Lua].\n\n|link:packages/pkl.pipe[pkl.pipe]\n|Tools for constructing pipelines and one-liners in Pkl, by processing text, JSON, or YAML.\n\n|link:packages/pkl.table[pkl.table]\n|Generates pretty human-readable, markdown-compatible, and HTML tables.\n\n|link:packages/pkl.tar[pkl.tar]\n|Libraries for creating tar archives.\n\n|link:packages/pkl.toml[pkl.toml]\n|A https://toml.io/en/[TOML] Renderer.\n\n|===\n\n== Documentation\n\nThe documentation for all packages published here can be found in our\nlink:https://pkl-lang.org/package-docs[Package Docs] website.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapple%2Fpkl-pantry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapple%2Fpkl-pantry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapple%2Fpkl-pantry/lists"}