diff options
Diffstat (limited to 'etc/import/deps/http-parser/TARGETS.git2')
-rw-r--r-- | etc/import/deps/http-parser/TARGETS.git2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/import/deps/http-parser/TARGETS.git2 b/etc/import/deps/http-parser/TARGETS.git2 new file mode 100644 index 00000000..a2689a60 --- /dev/null +++ b/etc/import/deps/http-parser/TARGETS.git2 @@ -0,0 +1,8 @@ +{ "git2_http_parser": + { "type": ["@", "rules", "CC", "library"] + , "name": ["git2_http_parser"] + , "pure C": ["yes"] + , "srcs": ["http_parser.c"] + , "private-hdrs": ["http_parser.h"] + } +} |