package crs

  1. Overview
  2. Docs
A tool for managing code review comments embedded in source code

Install

Dune Dependency

Authors

Maintainers

Sources

crs-0.0.20250705.tbz
sha256=e9f9f5ec5aea9658ed640aaa06f887985bb6870adcf7555ebf6d48bb741e4793
sha512=901ac1caae6c4103a320b4a3a177ca3aa0583ad533c54e7740aba6652ccdbd6311d07ab4b73e3ba750beed24f85479b5e1b0e94504ecfd0c59bd49cdabebc369

doc/crs.text-table/Text_table/index.html

Module Text_tableSource

A minimalist interface to create ascii tables with Ansi and GitHub Flavored Markdown rendering.

This library is inspired by Textutils.Ascii_table and PrintBox. We created it to implement the rendering to GitHub Markdown, which was not handled by either libraries.

In the tests we show various rendering possible and compare it to PrintBox rendering (ansi, and markdown) for reference and experimentation.

Sourcetype t

Render

Sourceval to_string_ansi : t -> Base.string
Sourceval to_string_markdown : t -> Base.string

Builders

Sourcemodule Style : sig ... end
Sourcemodule Cell : sig ... end
Sourcemodule Align : sig ... end
Sourcemodule Column : sig ... end
Sourceval make : columns:'a Column.t Base.list -> rows:'a Base.list -> t
Sourcemodule O : sig ... end

Private

Sourcemodule Private : sig ... end
OCaml

Innovation. Community. Security.