package ocp-ocamlres

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

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

Module OCamlResScanners.PathFilter

Predicates for filtering paths. Used to select the files and dirs to be scanned.

type t = OCamlRes.Path.t -> bool
val any : t
val none : t
val exclude : t -> t
val all_of : t list -> t
val any_of : t list -> t
val limit : int -> t
val has_extension : string list -> t