GET /api/v1/ports/execline/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "execline",
"portdir": "lang/execline",
"version": "2.9.2.0",
"license": "ISC",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://skarnet.org/software/execline/",
"description": "non-interactive scripting language",
"long_description": "execline is a (non-interactive) scripting language, like sh - but its syntax is quite different from a traditional shell syntax. The execlineb program is meant to be used as an interpreter for a text file; the other commands are essentially useful inside an execlineb script. execline is as powerful as a shell: it features conditional loops, getopt-style option handling, filename globbing, and more. Meanwhile, its syntax is far more logic and predictable than the shell's syntax, and has no security issues.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"skalibs",
"clang-14"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"s6"
]
},
{
"type": "run",
"ports": [
"s6"
]
}
]
}