Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21c19903e4ab5b3

Jump to content

// Workers AI · dad joke modeWhat did the Common Package Specification say to its date? "You're a wrap.

From Wikipedia, the free encyclopedia

The Common Package Specification is an open file standard to describe how to use a software package. It is based on JSON and allows build systems to discover dependencies and link applications independent of how the package was originally generated.

The CPS file contains information for a library like its version, file name of its dynamic library, or software license. Every library must provide its own CPS file which has to be distributed together with the library. Build systems of consuming software projects search for CPS files and use the information to verify that version constrains are fulfilled, which flags to use, and where to find the library. While the development is driven by Kitware employees, the company behind CMake, it is tool agnostic.[1] CMake started to support CPS in an experimental form in 4.0; since version 4.3 it is no longer experimental.[2]

History

[edit]

Every build system handled dependencies in their specific way. GNOME tried to introduce an universal approach with gnome-config. This was later replaced by pkg-config. Independently, CMake relied on find modules to identify location of headers, libraries, and required build flags. Later CMake config files were preferred as they are provided by libraries themselves. CPS tries to fix problems of these older approaches.[3] The work on CPS started from the C++ committee's tooling working group SG15.[4]

[edit]

Common Package Specification project page

References

[edit]