libhtml.json 184 B

1234567891011121314
  1. {
  2. "Include": [
  3. "../lib.json"
  4. ],
  5. "Install": "/$ARCH/lib/",
  6. "Library": "libhtml.a",
  7. "Name": "libhtml",
  8. "SourceFiles": [
  9. "build.c",
  10. "lex.c",
  11. "strinttab.c",
  12. "utils.c"
  13. ]
  14. }