Skip to content

asemio/unicode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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" }
]