package topkg-jbuilder

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Helpers for using topkg with jbuilder.

0.2.0 - homepage

val describe : ?delegate:Topkg.Cmd.t -> ?readmes:Topkg.Pkg.std_file list -> ?licenses:Topkg.Pkg.std_file list -> ?change_logs:Topkg.Pkg.std_file list -> ?lint_files:Topkg.fpath list option -> ?lint_custom:(unit -> Topkg.R.msg Topkg.result list) -> ?distrib:Topkg.Pkg.distrib -> ?publish:Topkg.Pkg.publish -> ?name:string -> unit -> unit

Similar to Topkg.Pkg.describe but with different defaults suited for jbuilder.

You need to specify name when you have multiple `<package>.opam` files and they are not all prefixed by the shortest package name.