Skip to content

Commit

Permalink
feat: add freshautomations/stoml (#20520)
Browse files Browse the repository at this point in the history
[freshautomations/stoml](https://github.com/freshautomations/stoml): Simple TOML parser for Bash
  • Loading branch information
ponkio-o committed Mar 6, 2024
1 parent cb45c9a commit 7390a73
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/freshautomations/stoml/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages:
- name: freshautomations/stoml@v0.7.1
- name: freshautomations/stoml
version: v0.7.0
26 changes: 26 additions & 0 deletions pkgs/freshautomations/stoml/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
packages:
- type: github_release
repo_owner: freshautomations
repo_name: stoml
description: Simple TOML parser for Bash
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.7.0")
asset: stoml_{{.OS}}_{{.Arch}}
format: raw
rosetta2: true
windows_arm_emulation: true
complete_windows_ext: false
supported_envs:
- darwin
- windows
- amd64
- version_constraint: "true"
asset: stoml_{{.OS}}_{{.Arch}}
format: raw
windows_arm_emulation: true
complete_windows_ext: false
supported_envs:
- darwin
- windows
- amd64
25 changes: 25 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7390a73

Please sign in to comment.