package topkg-care

  1. Overview
  2. Docs
The transitory OCaml software packager

Install

Dune Dependency

Authors

Maintainers

Sources

topkg-1.0.8.tbz
sha512=4b632b60137852bb72ff9c8cdc2e16ac5ece6473569e50963fef9c1e800a0933a516bea1107b04011645afa4a1e78893c82dbce0aa8de2970d4d6c6d0dd2fe02

doc/topkg_care/Topkg_care/Opam/Url/index.html

Module Opam.Url

url files.

Url file

type t

The type for url file contents.

val v : uri:string -> checksum:string -> t

v ~uri ~checksum is an URL file for URI uri with checksum checksum.

val with_distrib_file : uri:string -> Fpath.t -> (t, Bos_setup.R.msg) Bos_setup.result

with_distrib_file ~uri f is an URL file for URI uri with the checksum of file f.

val to_opam_section : t -> string

to_opam_section u is u as an opam v2 url section.

OCaml

Innovation. Community. Security.

On This Page
  1. Url file