File tree Expand file tree Collapse file tree 4 files changed +9
-1
lines changed
Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ Build-depends:
1919 libalcotest-ocaml-dev,
2020 libzarith-ocaml-dev,
2121 libuucp-ocaml-dev,
22+ libhex-ocaml-dev,
23+ liburi-ocaml-dev,
2224#test-depends
2325 ocaml-qtest,
2426 libounit-ocaml-dev,
Original file line number Diff line number Diff line change @@ -20,6 +20,11 @@ Files: deps/ocolor-*/*
2020Copyright: 2019-2023, Marc Chevalier
2121License: MIT
2222
23+ Files: deps/data-encoding-*/*
24+ Copyright: 2018, Dynamic Ledger Solutions Inc. <contact@tezos.com>
25+ 2018-2021, Nomadic Labs <contact@nomadic-labs.com>
26+ License: MIT
27+
2328Files: deps/ubase-*/*
2429Copyright: 2019-2023, Vu Ngog San
2530License: LGPL-3.0-or-later
Original file line number Diff line number Diff line change 1- DEPS = bindlib ninja_utils ocolor otoml ubase
1+ DEPS = bindlib ninja_utils ocolor otoml ubase json-data-encoding
22
33deps : deps-list
44 for url in $( shell cat $< ) ; do \
Original file line number Diff line number Diff line change 33"https://github.com/marc-chevalier/ocolor/archive/refs/tags/1.3.1.tar.gz"
44"https://github.com/dmbaturin/otoml/archive/refs/tags/1.0.5.tar.gz"
55"https://github.com/sanette/ubase/archive/0.20.tar.gz"
6+ "https://gitlab.com/nomadic-labs/data-encoding/-/archive/v1.0.1/data-encoding-v1.0.1.tar.gz"
You can’t perform that action at this time.
0 commit comments