1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "Libcello",
"description": "Higher-level programming in C",
"url": "http://libcello.org/static/libCello-2.1.0.tar.gz",
"mirror": null,
"homepage": "http://libcello.org/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"make\", \"check\"",
"system \"make\", \"install\", \"PREFIX=#{prefix}\""
],
"version": "2.1.0",
"file": "libcello.rb"
}
|