package cascade

  1. Overview
  2. Docs
CSS generation and manipulation library for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

cascade-1.0.0.tbz
sha256=c11bbdc7ab0eee8c03cd162e3e7fd1cb20de62beb13342b3b150a89264ee0056
sha512=43fd97a55c3b1dc4db5c87aa1a5a047d902e902ab2064af3a7c5bf945ebc333f8cd90ecca8013c17be5b950498eace8e0094ee4319eba408285e2bec8d7cdf7b

doc/cascade.info/Cascade_info/index.html

Module Cascade_infoSource

Build-time metadata for the Cascade library.

Exposes a version string taken from the PROJECT_VERSION environment variable when the build exports one (packaging builds such as bottler), from dune-build-info otherwise (tagged opam releases), or "dev" during development.

Sourceval version : string

version is the current version string: the PROJECT_VERSION environment variable when set at build time, the dune-build-info version when available, or "dev".