aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-01-31 17:37:19 +0100
committerLoïc Hoguin <[email protected]>2022-03-22 10:45:23 +0100
commit563649edb6f0530e852fc98206216e92dc288bf2 (patch)
treeaf475f1067e2422a4dc65e49ac9569086721f679 /Makefile
parent0f5c2f8922c89c58f51696cce690245cbdc5f327 (diff)
downloadcowlib-563649edb6f0530e852fc98206216e92dc288bf2.tar.gz
cowlib-563649edb6f0530e852fc98206216e92dc288bf2.tar.bz2
cowlib-563649edb6f0530e852fc98206216e92dc288bf2.zip
Update structured headers implementation to RFC 8941
I have in the process changed the output a little with regard to parameters. The dictionaries also build as a list of key-values now to keep ordering. This should be the definitive interface.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f67c726..ecc635b 100644
--- a/Makefile
+++ b/Makefile
@@ -21,11 +21,12 @@ LOCAL_DEPS = crypto
DOC_DEPS = asciideck
TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) base32 horse proper jsx \
- structured-header-tests uritemplate-tests
+ decimal structured-header-tests uritemplate-tests
dep_base32 = git https://github.com/dnsimple/base32_erlang main
dep_horse = git https://github.com/ninenines/horse.git master
dep_jsx = git https://github.com/talentdeficit/jsx v2.10.0
-dep_structured-header-tests = git https://github.com/httpwg/structured-header-tests e614583397e7f65e0082c0fff3929f32a298b9f2
+dep_decimal = git https://github.com/egobrain/decimal 0.6.2
+dep_structured-header-tests = git https://github.com/httpwg/structured-header-tests main
dep_uritemplate-tests = git https://github.com/uri-templates/uritemplate-test master
# CI configuration.