package conan

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

conan-0.0.8.tbz
sha256=478c6ddac4fb3c3f43e9f7c71be1aa309d18f09b47e097fc9b3e5dcd047537c5
sha512=3658ab6cfc673fab0bb03915289d552b8147f7a93c084f6e63c4b64573dd11927c9f107547fade87a7415f320d1cf4c2adc8bea6a71d59c6f2b7326f84cd5710

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 strength : elt -> int
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