this repo has no description
0
fork

Configure Feed

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

Fix docs

+4 -3
+1 -1
doc/universe.mli
··· 23 23 (** [write_package_refs ~pkg_html_dir ~universe_hashes] writes 24 24 [universes.json] into the package's HTML directory listing which 25 25 universes it references. Moves atomically with the package docs 26 - during {!Atomic_publish}. *) 26 + during publication (see {!Day11_exec.Atomic_swap}). *) 27 27 28 28 val collect_referenced : 29 29 html_dir:Fpath.t -> string list
+1 -1
opam_build/build_layer.mli
··· 74 74 sidecars ([build.json] for opam package builds, [doc.json] for 75 75 odoc layers). NOT called on cache hits. 76 76 77 - Default strategy is {!opam_build_strategy}. *) 77 + The default strategy runs [opam-build] on the package. *)
+2 -1
opam_layer/build_meta.mli
··· 3 3 Lives next to {!Day11_layer.Meta} as [build.json] in the 4 4 layer directory. The presence of this file marks a layer as the 5 5 output of an opam package build (as opposed to e.g. a doc layer, 6 - see {!Doc_meta}, or a future layer kind that doesn't yet exist). 6 + see {!Day11_doc.Doc_meta}, or a future layer kind that doesn't 7 + yet exist). 7 8 8 9 The opam-specific information is kept here so that 9 10 {!Day11_layer.Meta} can stay generic and reusable across