package conan

  1. Overview
  2. Docs
Identify type of your file (such as the MIME type)

Install

Dune Dependency

Authors

Maintainers

Sources

conan-0.0.6.tbz
sha256=b210257b881715ffb9dcbf88678c8559ec2aef26795a5304afd5a8b4bbf11e16
sha512=5b46c70c237a6c40b1119bdc33e30fb4911d9f60e5b6bc3976604a0a4bd17635ecbb0862b9944e6022090ab0f1d01bd5e1832b465a7c2c5328e88d7cf23c2e40

doc/conan/Conan/Tree/index.html

Module Conan.TreeSource

Sourcetype 'a fmt
Sourcetype t = private
  1. | Node of (elt * t) list
  2. | Done
Sourceand elt
Sourceval serialize : Format.formatter -> t -> unit
Sourceval serialize_elt : Format.formatter -> elt -> unit
Sourceval pp : Format.formatter -> t -> unit
Sourceval depth : t -> int
Sourceval weight : t -> int
Sourcetype operation = private
  1. | Rule : Offset.t * ('test, 'v) Ty.t * 'test Test.t * 'v fmt -> operation
  2. | Name : Offset.t * string -> operation
  3. | Use : {
    1. offset : Offset.t;
    2. invert : bool;
    3. name : string;
    } -> operation
  4. | MIME : string -> operation
  5. | Extension : string list -> operation
Sourceval pp_operation : Format.formatter -> operation -> unit
Sourceval serialize_operation : Format.formatter -> operation -> unit
Sourceval operation : elt -> operation
Sourceval fmt : 'a fmt -> unit -> ('a -> 'r, 'r) Fmt.fmt
Sourceval empty : t
Sourceval append : t -> ?filename:string -> ?line:int -> Parse.line -> t
Sourceval merge : t -> t -> t

/

Sourcemodule Unsafe : sig ... end
OCaml

Innovation. Community. Security.