package ocp-ocamlres

  1. Overview
  2. Docs
Manipulation, injection and extraction of embedded resources

Install

Dune Dependency

Authors

Maintainers

Sources

v0.4.tar.gz
sha256=658c2990e027e1e43a16290fd431f08c96b8630d91ac2b98003a9bc027179679
md5=725eb557e659c6febf8dc3044b323bd8

doc/ocplib-ocamlres/OCamlResScanners/ResFilter/index.html

Module OCamlResScanners.ResFilterSource

Predicates for Filtering a resource store. * Used after importing resources from the filesystem. More expressive * than path filters since they operate on the already parsed tree but * cannot prevent the reading of unnecessary files.

Sourcetype 'a t = 'a OCamlRes.Res.node -> bool
Sourceval any : 'a t
Sourceval none : 'a t
Sourceval exclude : 'a t -> 'a t
Sourceval all_of : 'a t list -> 'a t
Sourceval any_of : 'a t list -> 'a t
Sourceval empty_dir : 'a t
OCaml

Innovation. Community. Security.