libyang5-sys 0.1.0

Raw FFI bindings for libyang5
Documentation
1
2
3
4
5
6
7
all: schema_mount_example

schema_mount_example: schema_mount_example.c
	gcc -Wall -g -o $@ $^ -lyang

clean:
	rm -f schema_mount_example