(library
  (name unionFind)
  (public_name unionFind)
  (synopsis "Implementations of the union-find data structure")
)

(env
  (dev     (flags :standard -g -w A-4-44-67-70))
  (release (flags :standard))
)

(documentation
  (package unionFind)
)
