Dave Becketts Redland RDF 库的最小 Objective-C 包装器。目前仅在 iOS 上进行了测试。
$ brew install pkg-config
获取源代码
$ git clone https://github.com/mro/librdf.ios.git
$ git clone https://github.com/mro/librdf.sqlite.git
$ git clone https://github.com/mro/librdf.objc.git
将 3 个 librdf*.xcodeproj
拖放到您的项目或工作空间作为依赖项
构建设置
HEADER_SEARCH_PATHS = "$(inherited)" "$(SRC_ROOT)/librdf.sqlite" "$(SRC_ROOT)/librdf.ios/build/iOS-arm64/include/**" "$(SRC_ROOT)/librdf.objc/MRDF/**"
LIBRARY_SEARCH_PATHS = "$(inherited)" "$(SRC_ROOT)/librdf.ios/build"
OTHER_LDFLAGS = "$(inherited)" -lraptor2 -lrasqal -lsqlite3 -lxml2 -lxslt
查看 *.h
文件或在项目目录中运行 $ tools/doxygen.sh
。
或者,如果您不介意通过 Google Analytics™ 被追踪,请查看 http://cocoadocs.org/docsets/librdf.objc。
Marcus Rohrmoser, [email protected]
librdf.objc 在人权协议下可用。有关更多信息,请参阅 LICENSE 文件。
质量 | 非常好 | 好 | 正常 | 无关紧要 |
---|---|---|---|---|
功能 | × | |||
可靠性 | × | |||
可用性 | × | |||
效率 | × | |||
可变性 | × | |||
可移植性 | × |