package topkg-jbuilder

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

topkg-jbuilder-0.1.0.tbz
sha256=83d4ce9d0e758897fbbbd1ab34d821f57061016a76113edfe0652de024424d22
md5=cb6f69448e9a88b0497532843f1db9f2

doc/topkg-jbuilder/Topkg_jbuilder/index.html

Module Topkg_jbuilderSource

Helpers for using topkg with jbuilder.

0.1.0 - homepage

Sourceval 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.