Skip to content

Commit

Permalink
Merge pull request #3 from sambeckingham/dhall-bash
Browse files Browse the repository at this point in the history
feat(dhall-bash): Add dhall-bash package
  • Loading branch information
sambeckingham authored Sep 21, 2021
2 parents 4d3c605 + 5d366b1 commit f325b1e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ Scoop bucket for [Dhall](https://github.com/dhall-lang/dhall-haskell) binaries.

| Binary | Description | Shims |
|--------|-------------|-------|
| [dhall-json](https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-json) | Provides a Dhall to JSON, a JSON to Dhall and a derivative Dhall to YAML compiler. Note the YAML compiler is lesser featured than the one in the `dhall-yaml` package. | `dhall-to-json`, `json-to-dhall`, `dhall-to-yaml`|
| [dhall-json](https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-json) | Provides a Dhall to JSON, a JSON to Dhall and a derivative Dhall to YAML compiler. Note the YAML compiler is lesser featured than the one in the `dhall-yaml` package. | `dhall-to-json`, `json-to-dhall`, `dhall-to-yaml`|
| [dhall-bash](https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-bash) | Provides a Dhall to Bash compiler. Does not compile all Dhall syntax to Bash. | `dhall-to-bash`|
16 changes: 16 additions & 0 deletions dhall-bash.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": "1.39.0",
"description": "Command-line tooling to compile Dhall to Bash",
"homepage": "https://dhall-lang.org",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/dhall-lang/dhall-haskell/releases/download/1.39.0/dhall-bash-1.0.37-x86_64-windows.zip",
"hash": "54BD0824B076419D34BD56E8EC6F5145F14A8E5F8B300A0FFE31CE7ED1D740A7"
}
},
"bin": "dhall-to-bash.exe",
"checkver": {
"github": "https://github.com/dhall-lang/dhall-haskell"
}
}

0 comments on commit f325b1e

Please sign in to comment.