this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(odoc): add missing dependency base64

base64 is used in src/html for asset encoding in JSON output but was
not declared in odoc.opam or dune-project, causing builds to fail in
isolated environments (e.g. day10 doc-odoc layer).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+2
+1
dune-project
··· 36 36 (name odoc) 37 37 (sites (lib extensions)) 38 38 (depends 39 + base64 39 40 (cmdliner :with-doc) 40 41 (odoc-md :with-doc)) 41 42 )
+1
odoc.opam
··· 41 41 depends: [ 42 42 "odoc-parser" {= version} 43 43 "astring" 44 + "base64" 44 45 "cmdliner" {>= "1.3.0"} 45 46 "cppo" {build & >= "1.1.0"} 46 47 "dune" {>= "3.18.0"}