attic-labs / noms

The versioned, forkable, syncable database
Apache License 2.0
7.45k stars 266 forks source link

Add support for BSD. #3711

Open wardn opened 6 years ago

wardn commented 6 years ago

The only failing test currently is under samples/go/nomsfs due to hanwen/go-fuse only supporting darwin/linux builds.

Perhaps consider bazil/fuse as the backing fuse library eg. CamliFileSystem - (https://github.com/camlistore/camlistore/blob/master/pkg/fs/fs.go)

3015 related

https://github.com/hanwen/go-fuse/issues/85 https://github.com/hanwen/go-fuse/issues/120