The oceanpkg-shared library serves as reusable components for:
- the
oceanpkglibrary - The
oceanCLI client - Backend web services
Usage
This library is primarily meant for Ocean's components and not for external use.
Because of this, you won't see parts of this library be publicly re-exported
through the oceanpkg library.
See documentation.
Testing
Various test cases are covered throughout this library. They can all be found by
searching for mod tests within the lib folder.
To perform these tests, simply run: