package topkg-care

  1. Overview
  2. Docs
On This Page
  1. Url file
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/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.