minirest 0.1, curl external (#178)
* minirest-0.1, curl-external * Make the distribution case explicit With workaround for outdated js toml parser
This commit is contained in:
committed by
GitHub
parent
e66421f00f
commit
7fc0e55647
@@ -0,0 +1,15 @@
|
||||
name = "curl"
|
||||
description = "Command-line tool for transferring data with URL syntax"
|
||||
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
maintainers-logins = ["mosteo"]
|
||||
|
||||
[[external]]
|
||||
kind = "system"
|
||||
[external.origin."case(distribution)"]
|
||||
"..." = ["curl"]
|
||||
|
||||
[[external]]
|
||||
kind = "version-output"
|
||||
version-command = ["curl", "--version"]
|
||||
version-regexp = '^curl ([\d\.?]+).*'
|
||||
@@ -0,0 +1,19 @@
|
||||
name = "minirest"
|
||||
description = "Minimalist Ada REST client library"
|
||||
version = "0.1.0"
|
||||
|
||||
authors = ["Alejandro R. Mosteo"]
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
maintainers-logins = ["mosteo"]
|
||||
|
||||
licenses = ["MIT"]
|
||||
tags = ["rest"]
|
||||
website = "https://github.com/mosteo/minirest"
|
||||
|
||||
[[depends-on]]
|
||||
aaa = "~0.2.1"
|
||||
curl = "*"
|
||||
|
||||
[origin]
|
||||
commit = "272ecd15a6b2033296283f5121f82da5b00a40b1"
|
||||
url = "git+https://github.com/mosteo/minirest.git"
|
||||
Reference in New Issue
Block a user