findlib 1.9.8-ok2 source package in openKylin

Changelog

findlib (1.9.8-ok2) huanghe; urgency=medium

  *No change for rebuild.

 -- liubo01 <email address hidden>  Mon, 24 Aug 2026 16:47:40 +0800

Upload details

Uploaded by:
liubo01
Sponsored by:
liubo01
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
ocaml
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 release main ocaml
Huanghe V3.0 proposed main ocaml

Downloads

File Size SHA-256 Checksum
findlib_1.9.8.orig.tar.gz 268.2 KiB 662c910f774e9fee3a19c4e057f380581ab2fc4ee52da4761304ac9c31b8869d
findlib_1.9.8-ok2.debian.tar.xz 7.2 KiB b1415825d4559ea674cb8af712012796ef5fb2340315d6e9e9e5b7267f364158
findlib_1.9.8-ok2.dsc 2.0 KiB 5113e59cc3d2cffd2ebc27d080670e2f960c6471a27c88b65a6fbae39ac69c50

View changes file

Binary packages built by this source

libfindlib-ocaml: library for managing OCaml libraries (runtime)

 The "findlib" OCaml library provides a scheme to manage reusable
 software components (packages), and includes tools that support this
 scheme. Packages are collections of OCaml modules for which
 metainformation can be stored. The packages are kept in the
 filesystem hierarchy, but with strict directory structure. The
 library contains functions to look the directory up that stores a
 package, to query metainformation about a package, and to retrieve
 dependency information about multiple packages.
 .
 This package contains files that are or may be needed at runtime by
 programs using findlib (META files and dynamically-loadable files).

libfindlib-ocaml-dbgsym: debug symbols for libfindlib-ocaml
libfindlib-ocaml-dev: library for managing OCaml libraries (development files)

 The "findlib" OCaml library provides a scheme to manage reusable
 software components (packages), and includes tools that support this
 scheme. Packages are collections of OCaml modules for which
 metainformation can be stored. The packages are kept in the
 filesystem hierarchy, but with strict directory structure. The
 library contains functions to look the directory up that stores a
 package, to query metainformation about a package, and to retrieve
 dependency information about multiple packages.
 .
 This package contains development files needed to compile programs
 using findlib.

libfindlib-ocaml-dev-dbgsym: debug symbols for libfindlib-ocaml-dev
ocaml-findlib: management tool for OCaml libraries

 The "findlib" OCaml library provides a scheme to manage reusable
 software components (packages), and includes tools that support this
 scheme. Packages are collections of OCaml modules for which
 metainformation can be stored. The packages are kept in the
 filesystem hierarchy, but with strict directory structure. The
 library contains functions to look the directory up that stores a
 package, to query metainformation about a package, and to retrieve
 dependency information about multiple packages.
 .
 This package contains a tool (ocamlfind) that allows the user to
 enter queries on the command-line. In order to simplify compilation
 and linkage, there are new frontends, all driven by ocamlfind, for
 the various OCaml compilers that can directly deal with packages.

ocaml-findlib-dbgsym: debug symbols for ocaml-findlib