mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-27 20:36:29 -04:00
Minor documentation updates
This commit is contained in:
@@ -13,8 +13,7 @@ See the [developer guide](https://github.com/rwinkhart/libmutton/blob/main/wiki/
|
|||||||
|
|
||||||
# Roadmap
|
# Roadmap
|
||||||
#### Release v1.0.0
|
#### Release v1.0.0
|
||||||
- [ ] Stabilize API (reduce need for future breaking changes)
|
- Stabilize API (reduce need for future breaking changes)
|
||||||
- [ ] Ensure usability as external C library for use in platform-native languages (e.g. Swift, Kotlin)
|
|
||||||
- [ ] Create packaging scripts (libmuttonserver)
|
- [ ] Create packaging scripts (libmuttonserver)
|
||||||
- [ ] Stable source PKGBUILD
|
- [ ] Stable source PKGBUILD
|
||||||
- [ ] Stable source APKBUILD
|
- [ ] Stable source APKBUILD
|
||||||
|
|||||||
@@ -3,6 +3,9 @@
|
|||||||
|
|
||||||
libmutton was designed to be usable as a library for building other compatible password managers off of. [MUTN](https://github.com/rwinkhart/MUTN) is the official reference CLI password manager, however libmutton can be implemented in many other unique ways.
|
libmutton was designed to be usable as a library for building other compatible password managers off of. [MUTN](https://github.com/rwinkhart/MUTN) is the official reference CLI password manager, however libmutton can be implemented in many other unique ways.
|
||||||
|
|
||||||
|
## Dependency Replacements (IMPORTANT)
|
||||||
|
In libmutton's `go.mod`, you'll see dependency replacements for `golang.org/x/sys` and `github.com/Microsoft/go-winio`. Full support for Windows and FreeBSD requires these patched modules, so be sure to maintain these same replacements in your client's `go.mod`!
|
||||||
|
|
||||||
## Build Tags
|
## Build Tags
|
||||||
Custom build tags can (and sometimes must) be used to achieve desired results.
|
Custom build tags can (and sometimes must) be used to achieve desired results.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user