grdf 0.22.1

Generalized RDF graphs and datasets
Documentation
1
2
3
4
5
6
7
with import <nixpkgs> {};

runCommand "dummy" {
	buildInputs = [
    gcc
	];
} ""