mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-18 14:13:07 -03:00
python: initial impl of bindings using cFFI
A PoC that exposes single function `enry.language_by_extension()` and a small number of helpers to deal with string coversion between Go<->C<->Python. Signed-off-by: Alexander Bezzubov <bzz@apache.org>
This commit is contained in:
@ -59,4 +59,6 @@ package:
|
||||
clean:
|
||||
rm -rf $(JAR)
|
||||
rm -rf $(RESOURCES_DIR)
|
||||
rm -rf $(JNAERATOR_JAR)
|
||||
|
||||
.PHONY: test package clean linux-shared darwin-shared os-shared-lib
|
||||
|
Reference in New Issue
Block a user