package odig
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Lookup documentation of installed OCaml packages
Install
    
    dune-project
 Dependency
    
    
    
    erratique.ch
    
    
    
    
    Readme
    
    
    
    
    Changelog
    
    
    
    
    ISC; LicenseRef-ParaType-Free-Font-License; LicenseRef-DejaVu-fonts License
    
    
    
    Edit opam file
    
    
    Versions (2)
Authors
Maintainers
Sources
  
    
      odig-0.0.9.tbz
    
    
        
    
  
  
  
    
  
        sha512=1658390e48b7698522bf539ee038476968c27b75cd90277dfeffb21258940fc2a1e24a12403aba24f7ad2ce33dc920d3149c7d3cfb74c5c3e961b1e96639e9de
    
    
  doc/odig.support/Odig_support/Pkg_info/index.html
Module Odig_support.Pkg_info
Gather package information
Gathers Doc_cobj, Opam and Docdir information about a package.
Package info
val doc_cobjs : t -> Doc_cobj.t listdoc_cobjs i are the documentation compilation objects of i.
Uniform field access
Access information as list of strings.
type field = [ - | `Authors
- | `Changes_files
- | `Depends
- | `Doc_cobjs
- | `Homepage
- | `Issues
- | `License
- | `License_files
- | `Maintainers
- | `Odoc_assets
- | `Odoc_pages
- | `Online_doc
- | `Readme_files
- | `Repo
- | `Synopsis
- | `Tags
- | `Version
 ]The type for fields.
val field_names : (string * field) listfield_names associated a string name to each field.
val pp : t B0_std.Fmt.tpp formats all package information fields in alphabetic order.
Queries
val query : doc_dir:B0_std.Fpath.t -> Pkg.t list -> (Pkg.t * t) listquery ~doc_dir pkgs combines the result of Doc_cobj.of_pkg, Queries and Doc_dir.of_pkg.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page