1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: erlang-p1-sqlite3
Priority: optional
Maintainer: Philipp Huebner <debalance@debian.org>
Build-Depends: debhelper (>= 9), dh-rebar, rebar (>= 2.6.4-2), erlang-base, erlang-crypto, erlang-eunit, erlang-syntax-tools, libsqlite3-dev
Standards-Version: 3.9.8
Section: libs
Homepage: https://github.com/processone/erlang-sqlite3
Vcs-Git: https://anonscm.debian.org/git/users/debalance/erlang-p1-sqlite3.git
Vcs-Browser: https://anonscm.debian.org/git/users/debalance/erlang-p1-sqlite3.git
Package: erlang-p1-sqlite3
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, erlang-base | ${erlang-abi:Depends},
${erlang:Depends}
Breaks: erlang-sqlite3
Replaces: erlang-sqlite3
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.
|