findlib 1.9.8-ok1 source package in openKylin

Changelog

findlib (1.9.8-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Thu, 07 May 2026 06:01:18 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luoyaoming
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 proposed main ocaml

Downloads

File Size SHA-256 Checksum
findlib_1.9.8.orig.tar.gz 268.2 KiB 662c910f774e9fee3a19c4e057f380581ab2fc4ee52da4761304ac9c31b8869d
findlib_1.9.8-ok1.debian.tar.xz 7.1 KiB f912403f263b83281e8309d057fc3ba28e21a58b59209ee9c547712b7d033a9b
findlib_1.9.8-ok1.dsc 2.0 KiB cffab7edf3261a510074660e461193498cd68337fed5c5a58a4cdc62c47364dc

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