Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.45 KB

File metadata and controls

31 lines (24 loc) · 1.45 KB

Libucl Library for Go

Build Status GoDoc

This version of go-libucl is forked from the mitchellh 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. In addition, patches from hwx have been pulled in with 64-bit integer support.

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!).

Prerequisites

  • libucl (This is a wrapper for this library)
  • pkg-config (cgo uses this for locate where libucl is)

Installation

$ go get github.com/draringi/go-libucl

Documentation is available on GoDoc: http://godoc.org/github.com/draringi/go-libucl