This version of go-libucl is forked from themitchellh version, and draring version with the goal of having a version with a focus on using the OS's copy of libucl, in a portable manner, as well as improve the Documentation quality. As such, it uses pkg-config to determine the location of libucl.
go-libucl is a libucl library for Go. Rather than re-implement libucl in Go, this library uses cgo to bind directly to libucl. This allows the libucl project to be the central source of knowledge. This project has been tested on Linux and FreeBSD.
Warning: This library is still under development and API compatibility is not guaranteed. Additionally, it is not feature complete yet, though it is certainly usable for real purposes (we do!).
- macro calling convention changed
- macro callback now gets paramters object in addion to body text
- libucl (This is a wrapper for this library)
- pkg-config (cgo uses this for locate where libucl is)
$ go get github.com/bitmark-inc/go-libucl
Documentation is available on GoDoc: http://godoc.org/github.com/bitmark-inc/go-libucl