An open API service indexing awesome lists of open source software.

https://github.com/davesnx/ocaml-box

Render boxes in the terminal with OCaml or Reason
https://github.com/davesnx/ocaml-box

ocaml reason terminal

Last synced: 2 months ago
JSON representation

Render boxes in the terminal with OCaml or Reason

Awesome Lists containing this project

README

          

# ocaml-box

```bash

╭─────────────────────────────────────────────────╮
│ │
│ Render those kinds of boxes in the terminal │
│ │
╰─────────────────────────────────────────────────╯

```

Render boxes in the terminal with OCaml or Reason.
Port of [sindresorhus/boxen](https://github.com/sindresorhus/boxen).

## Features

- Available on all major platform (Windows, Linux and Windows)
- Render boxes with margin, padding and different borders
- Alignment
- Floating
- No dependencies

### Missing Features

- ascii support
- Border Color (and dimming)

### Install with opam

```bash
opam install box
```

### Install with esy

```bash
esy add @opam/box
```

## Documentation

[Documentation](https://davesnx.github.io/ocaml-box/box/index.html)

## Contributing

Take a look at our [Contributing Guide](CONTRIBUTING.md).

### Status

[![Actions Status](https://github.com/davesnx/ocaml-box/workflows/CI/badge.svg)](https://github.com/davesnx/ocaml-box/actions)