blob: 8b003ae079389a014ef6c8439858f0ee8c1545a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "Repl",
"description": "Wrap non-interactive programs with a REPL",
"url": "https://github.com/defunkt/repl/archive/v1.0.0.tar.gz",
"mirror": null,
"homepage": "https://github.com/defunkt/repl",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"bin.install \"bin/repl\"",
"man1.install \"man/repl.1\""
],
"version": "1.0.0",
"file": "repl.rb"
}
|