Liking cljdoc? Tell your friends :D
Clojure only.

rocksky.native

Resolves the native rocksky-uniffi library, downloading a prebuilt from the GitHub release on first use when it isn't already present locally.

Order of preference:

  1. $ROCKSKY_NATIVE_LIB, if set.
  2. librocksky_uniffi.<ext> on the classpath (resources/) — a local ./build-core.sh dev build.
  3. A checksum-verified copy in the user cache, downloaded on first load (the published-jar path: the native lib is not bundled in the jar).

The jar ships resources/rocksky/manifest.json (repo, release tag, one sha256 per target triple) — filled from the release artifacts by sdk/scripts/gen-uniffi-manifest.sh.

Resolves the native rocksky-uniffi library, downloading a prebuilt from the
GitHub release on first use when it isn't already present locally.

Order of preference:
  1. $ROCKSKY_NATIVE_LIB, if set.
  2. librocksky_uniffi.<ext> on the classpath (resources/) — a local
     ./build-core.sh dev build.
  3. A checksum-verified copy in the user cache, downloaded on first load (the
     published-jar path: the native lib is not bundled in the jar).

The jar ships resources/rocksky/manifest.json (repo, release tag, one sha256
per target triple) — filled from the release artifacts by
sdk/scripts/gen-uniffi-manifest.sh.
raw docstring

resolve-libclj

(resolve-lib)

Absolute path to a loadable native library, fetching it if necessary.

Absolute path to a loadable native library, fetching it if necessary.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close