Initial commit; substitutions can be reviewed, no further functionality implemented yet

This commit is contained in:
Deniz Duezgoeren
2019-07-09 19:39:06 +02:00
commit 860d87f446
169 changed files with 30855 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#import <libxml2/libxml/HTMLtree.h>
#import <libxml2/libxml/xpath.h>
#import <libxml2/libxml/xpathInternals.h>
+6
View File
@@ -0,0 +1,6 @@
module libxmlKanna [system] {
link "xml2"
umbrella header "libxml2-kanna.h"
export *
module * { export * }
}