My agentic slop goes here. Not intended for anyone else!
at main 787 B view raw
1(lang dune 3.0) 2 3(name toru) 4 5(package 6 (name toru) 7 (synopsis "OCaml data repository manager compatible with Python Pooch") 8 (description "Toru is an OCaml library for managing data file downloads and caching, compatible with Python Pooch registry files. It provides automatic downloading, caching, and hash verification of data files from remote repositories using the Eio ecosystem.") 9 (depends 10 ocaml 11 dune 12 (eio (>= 1.0)) 13 digestif 14 yojson 15 (cmdliner (>= 2.0.0)) 16 progress 17 re 18 fmt 19 ptime 20 xdge 21 cacheio 22 requests 23 (logs (>= 0.7.0)) 24 unix) 25 (authors "Toru Development Team") 26 (maintainers "Toru Development Team") 27 (license MIT) 28 (homepage "https://github.com/ucam-eo/toru") 29 (bug_reports "https://github.com/ucam-eo/toru/issues") 30 (source 31 (github ucam-eo/toru))) 32