Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 260 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 260 Bytes

Unicode

Install

Add to your OPAM file:

# You may need to add the pin-depends section:
pin-depends: [
  [ "unicode.1.4.0" "git+https://github.com/asemio/unicode.git#v1.4.0" ]
]

# Add to the depends section:
depends: [
  "unicode" { = "1.4.0" }
]