Skip to content

tann/mdbm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MDBM Go binding

GoDoc

Go binding for mdbm

Installation

Follow MDBM installation instructions, then

go get github.com/tann/mdbm

By default, CFLAGS and LDFLAGS point to /tmp/install/include and /tmp/install/librespectively (default prefix to MDMB configure is /tmp/install). If your MDBM library is installed in a diferrent location, use environment variables CGO_CFLAGS and CGO_LDFLAGS to append it to the provided default values.

go build .

go install

About

Go binding for mdbm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages