na4zagin3 / satyrographos

Package manager for SATySFi
GNU Lesser General Public License v3.0
43 stars 13 forks source link

Lang 0.0.3: (font ...) and (hash fonts.satysfi-hash ...) confict each other #229

Closed na4zagin3 closed 3 years ago

na4zagin3 commented 3 years ago

Minimal reproducible example:

(lang "0.0.3")
(library
  (name "grcnum")
  (version "0.2")
  (sources
    ((font "grcnum-font.ttf" "./font.ttf" ())
     (hash "fonts.satysfi-hash" "./fonts.satysfi-hash")
    ))
  (opam "satysfi-grcnum.opam"))
Exception:
("[Map.add_exn] got key already present" (key hash/fonts.satysfi-hash))

v. #224