package topkg-care

  1. Overview
  2. Docs
The transitory OCaml software packager

Install

dune-project
 Dependency

Authors

Maintainers

Sources

topkg-1.1.1.tbz
sha512=c36c549a362ddf5b7fe3f6ff91c79b7ab531c43633bb9737576370bcbd69db7e1625d247c278a869b503d45a175e9753231ccf595e5bfa4e3b7e2602ac3d3b42

doc/topkg_care/Topkg_care/Opam/index.html

Module Topkg_care.Opam

opam helpers.

Command

val cmd : Bos_setup.Cmd.t

cmd is a command for opam looked up using Topkg.Conf.tool "opam" `Host_os.

Publish

val ensure_publish : unit -> (unit, Bos_setup.R.msg) Bos_setup.result

ensure_publish () makes sure opam-publish is in the executable search PATH.

val submit : ?msg:string -> opam_file:Fpath.t -> unit -> (unit, Bos_setup.R.msg) Bos_setup.result

submit ~opam_file submits the opam file opam_file with opam-publish and submission message msg (if any) to the OCaml opam repository.

Packages

val ocaml_base_packages : Bos_setup.String.set

ocaml_base_packages are the base opam packages distributed with OCaml: "base-bigarray", "base-bytes", "base-threads", "base-unix".

Files

module File : sig ... end

opam files

module Descr : sig ... end

descr files.

module Url : sig ... end

url files.