package dose3-extra

  1. Overview
  2. Docs
Dose-extra libraries and tools (part of Mancoosi tools)

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dose3-7.0.0.tar.gz
md5=bc99cbcea8fca29dca3ebbee54be45e1
sha512=98dc4bd28e9f4aa8384be71b31783ae1afac577ea587118b8457b554ffe302c98e83d0098971e6b81803ee5c4f2befe3a98ef196d6b0da8feb4121e982ad5c2f

doc/dose3-extra.debian/Dose_debian/Architecture/index.html

Module Dose_debian.ArchitectureSource

Debian architecture strings, as described in Section 5.6.8 of the Dbian policy. Compliant with Debian policy version 3.9.2

Sourceval src_matches_arch : string -> string -> bool

check whether a source architecture string matches a host architecture. The source architecture string may contain architecture wildcards ("linux-any", "any-i386"), or be "any" or "all". The host architecure is one that may be obtained by running "dpkg-architecture -qDEB_HOST_ARCH").

Sourceval read_tupletable : ?ttfile:string option -> ?ctfile:string option -> unit -> unit

fill the lookup table mapping debian architectures to debian tuples * this function is called by src_matches_arch without supplying anything * for the optional ttfile and ctfile arguments. If they are not None, * then they can point to a file like /usr/share/dpkg/tupletable or * /usr/share/dpkg/cputable respectively.

OCaml

Innovation. Community. Security.