package topkg-jbuilder

  1. Overview
  2. Docs
Helpers for using topkg with jbuilder

Install

dune-project
 Dependency

Authors

Maintainers

Sources

topkg-jbuilder-0.2.0.tbz
sha256=a4fad2cd5711e4031f8858fe7cf61b92ee19b6542e8cc52954fcfa878f43ba56
md5=83bbcbb0b52da0fba935f449dfd9d3e4

doc/topkg-jbuilder/Topkg_jbuilder/index.html

Module Topkg_jbuilder

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.