package tw

  1. Overview
  2. Docs
Type-safe Tailwind CSS v4 in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

tw-1.1.0.tbz
sha256=48754ab34d0a97c37f5f2dbf50ce46747ec0ca6d483f5adbb7305fc247fb5315
sha512=f43621b49e77adc23fab3c968e5041188e428228d1930b89c307fc8916c428f1943a5d74c21467219077247021f0ba83fda9234b0dd119dfd14b7f9746332bf7

doc/tw.info/Tw_info/index.html

Module Tw_infoSource

Build-time metadata for the tw binary.

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".