Skip to content

Commit 3e9f32b

Browse files
authored
Merge pull request #36 from dylan-lang/dev
Add dylan-package.json
2 parents a2b9fd7 + ce60dee commit 3e9f32b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

dylan-package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "melange",
3+
"category": "development tools",
4+
"contact": "dylan-lang@googlegroups.com",
5+
"description": "Generates C-FFI bindings by parsing C header files",
6+
"dependencies": [
7+
"command-line-parser@3.1.1",
8+
"meta@0.1",
9+
"sphinx-extensions@0.1",
10+
"xml-parser@0.1"
11+
],
12+
"dev-dependencies": [
13+
"testworks@2.1"
14+
],
15+
"url": "https://github.com/dylan-lang/melange",
16+
"version": "0.1.1"
17+
}

0 commit comments

Comments
 (0)