1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: erlang-p1-sqlite3
Maintainer: Ejabberd Packaging Team <ejabberd@packages.debian.org>
Uploaders: Philipp Huebner <debalance@debian.org>
Section: libs
Priority: optional
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-rebar (>= 0.0.6),
rebar,
erlang-base,
erlang-crypto,
erlang-eunit,
erlang-syntax-tools,
libsqlite3-dev
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/ejabberd-packaging-team/erlang-p1-sqlite3
Vcs-Git: https://salsa.debian.org/ejabberd-packaging-team/erlang-p1-sqlite3.git
Homepage: https://github.com/processone/erlang-sqlite3
Package: erlang-p1-sqlite3
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
erlang-base, ${erlang-abi:Depends},
${erlang:Depends}
Multi-Arch: allowed
Description: SQLite3 wrapper for Erlang applications
This is an SQLite3 library for Erlang. It is designed to make it easy
to write Erlang applications that use SQLite3.
ejabberd for example uses it as its sqlite driver.
|