mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
758912c2e7
Native erlang NIF bindings to the FoundationDB C API, giving you distributed ACID transactions. Includes tuple and document layer support. Sponsored by: SkunkWerks, GmbH Differential Revision: https://reviews.freebsd.org/D23292
24 lines
1.2 KiB
Plaintext
24 lines
1.2 KiB
Plaintext
lib/erlang/lib/erlfdb-%%VERSION%%/ebin/erlfdb.app
|
|
lib/erlang/lib/erlfdb-%%VERSION%%/ebin/erlfdb.beam
|
|
lib/erlang/lib/erlfdb-%%VERSION%%/ebin/erlfdb_directory.beam
|
|
lib/erlang/lib/erlfdb-%%VERSION%%/ebin/erlfdb_float.beam
|
|
lib/erlang/lib/erlfdb-%%VERSION%%/ebin/erlfdb_hca.beam
|
|
lib/erlang/lib/erlfdb-%%VERSION%%/ebin/erlfdb_key.beam
|
|
lib/erlang/lib/erlfdb-%%VERSION%%/ebin/erlfdb_nif.beam
|
|
lib/erlang/lib/erlfdb-%%VERSION%%/ebin/erlfdb_subspace.beam
|
|
lib/erlang/lib/erlfdb-%%VERSION%%/ebin/erlfdb_tuple.beam
|
|
lib/erlang/lib/erlfdb-%%VERSION%%/ebin/erlfdb_util.beam
|
|
lib/erlang/lib/erlfdb-%%VERSION%%/include/erlfdb.hrl
|
|
lib/erlang/lib/erlfdb-%%VERSION%%/priv/erlfdb_nif.so
|
|
lib/erlang/lib/erlfdb-%%VERSION%%/priv/monitor.py
|
|
lib/erlang/lib/erlfdb-%%VERSION%%/src/erlfdb.app.src
|
|
lib/erlang/lib/erlfdb-%%VERSION%%/src/erlfdb.erl
|
|
lib/erlang/lib/erlfdb-%%VERSION%%/src/erlfdb_directory.erl
|
|
lib/erlang/lib/erlfdb-%%VERSION%%/src/erlfdb_float.erl
|
|
lib/erlang/lib/erlfdb-%%VERSION%%/src/erlfdb_hca.erl
|
|
lib/erlang/lib/erlfdb-%%VERSION%%/src/erlfdb_key.erl
|
|
lib/erlang/lib/erlfdb-%%VERSION%%/src/erlfdb_nif.erl
|
|
lib/erlang/lib/erlfdb-%%VERSION%%/src/erlfdb_subspace.erl
|
|
lib/erlang/lib/erlfdb-%%VERSION%%/src/erlfdb_tuple.erl
|
|
lib/erlang/lib/erlfdb-%%VERSION%%/src/erlfdb_util.erl
|