Codebase list erlang-p1-yaml / 05ef97c
Updated Erlang dependencies Philipp Huebner 2 years ago
2 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
77 dh-rebar,
88 erlang-base (>= 1:19.2),
99 erlang-eunit,
10 erlang-p1-utils (>= 1.0.21),
10 erlang-p1-utils (>= 1.0.23),
1111 erlang-syntax-tools,
1212 libyaml-dev
1313 Standards-Version: 4.6.0
2121 ${misc:Depends},
2222 erlang-base (>= 1:19.2) | ${erlang-abi:Depends},
2323 ${erlang:Depends},
24 erlang-p1-utils (>= 1.0.21)
24 erlang-p1-utils (>= 1.0.23)
2525 Multi-Arch: allowed
2626 Description: erlang wrapper for libyaml C library
2727 This library was written for ejabberd which still uses it.
1010 {"CFLAGS", "$CFLAGS"}, {"LDFLAGS", "$LDFLAGS -lyaml"}]}.
1111 {port_specs, [{"priv/lib/fast_yaml.so", ["c_src/fast_yaml.c"]}]}.
1212
13 -{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.21"}}}]}.
13 -{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.23"}}}]}.
1414
1515 {clean_files, ["c_src/fast_yaml.gcda", "c_src/fast_yaml.gcno"]}.
1616