https://github.com/diskuv/dkml-component-curl
The `staging-curl` component makes `curl` or `curl.exe` available on all DKML installable platforms, including Windows.
https://github.com/diskuv/dkml-component-curl
Last synced: 5 months ago
JSON representation
The `staging-curl` component makes `curl` or `curl.exe` available on all DKML installable platforms, including Windows.
- Host: GitHub
- URL: https://github.com/diskuv/dkml-component-curl
- Owner: diskuv
- License: apache-2.0
- Created: 2022-03-02T19:38:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-01T21:06:07.000Z (almost 3 years ago)
- Last Synced: 2024-12-30T10:50:29.112Z (over 1 year ago)
- Language: OCaml
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# curl 0.1.0
The `staging-curl` component provides `curl` or `curl.exe` on all
DKML installable platforms, including Windows.
This is a component that can be used with [dkml-install-api](https://diskuv.github.io/dkml-install-api/index.html)
to generate installers.
## Usage
> `%{staging-curl:share-abi}%/bin/curl`
On Windows curl 7.81.0 or later will be available. Use this
`curl` rather than Windows' `C:\Windows\System32\curl.exe` since the latter is
only pre-installed in Windows 10 Build 17063 and later.
On Unix and macOS the `curl` is a symlink to whichever `curl` is found on
the PATH.
## Contributing
See [the Contributors section of dkml-install-api](https://github.com/diskuv/dkml-install-api/blob/main/contributors/README.md).
## Status
[](https://github.com/diskuv/dkml-component-curl/actions/workflows/syntax.yml)