Skip to content

kujenga/gosnow

Repository files navigation

Gosnow GoDoc Build Status Coverage Status

A Go library for handling the API Blueprint format, wrapping Drafter and Snow Crash.

Based on RedSnow, the Ruby binding for Snow Crash.

Setup

Setup the inner drafter directory with: git submodule update --init --recursive

Install the drafter dylib with make install

Run the pure C tests with make test

Issues

linking to the libdrafter.dylib is currently done by linking the library to the global scope in /usr/local/lib/. It would be much preferred to have the dylib found locally.

This is the runtime error that occurs when the global library is not present

dyld: Library not loaded: /usr/local/lib/libdrafter.dylib
  Referenced from: /Users/uname/dev/gosnow/./test
  Reason: image not found

About

Go bindings for the Drafter and Snow Crash libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published