package unidecode

  1. Overview
  2. Docs
Convert unicode strings into its ASCII representation

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.0.tar.gz
md5=930a5430f2da98a22b6b76dd474155c6
sha512=4aaa2079c6f6cdae837d3a60af25128c26ad2b6dcda2a3397e2fd2f2e401bc2978c09881460bedcb64e43b23fdd8c1d8dc03e72052736b0401e70dfe54bc023e

Description

Published: 01 Oct 2019

README

README.MD

# unidecode

Convert unicode strings into its ASCII representation.

The purpose of this library is the same as python's
[unidecode](https://pypi.org/project/Unidecode/) library (version
1.1.1).

Code of the initial release of this library has been extracted from
[GeneWeb](https://github.com/geneweb/geneweb) and adapted to be
released in an independent library.

## Installation

```bash
opam install unidecode
```

## License

Released under the terms of the [GNU GENERAL PUBLIC LICENSE](LICENSE).

## Instructions for developpers

```bash
dune build            # build the library
dune install          # install the built library
dune clean            # clean compilation artifacts
```

Dependencies (2)

  1. ocaml >= "4.05"
  2. dune >= "1.10"

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.