dbuenzli / uunf

Unicode text normalization for OCaml

Home Page:http://erratique.ch/software/uunf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing dependency on uucd

jrochel opened this issue · comments

Upon installation with opam I get:

### stdout ###
# build_support.ml: Downloading http://www.unicode.org/Public/9.0.0/ucdxml/ucd.all.grouped.zip
# ocamlfind ocamldep -package xmlm -package uucd -package bytes -package uchar -modules support/gen_props.ml > support/gen_props.ml.depends
# + ocamlfind ocamldep -package xmlm -package uucd -package bytes -package uchar -modules support/gen_props.ml > support/gen_props.ml.depends
# ocamlfind: Package `uucd' not found
# Command exited with code 2.

I had to manually install uucd.

dev dependencies are not supported by opam yet. uucd is a dev dependency. I suspect you get this because you pinned uunf. If not reopen.

You suspected correctly. Thanks.