(lang dune 2.9)
(name ce)
(version dev)
(generate_opam_files false)
(license MIT)
(maintainers "Hyeonung Baek <wiserlix@gmail.com>")
(authors "Hyeonung Baek <wiserlix@gmail.com>")
(homepage "https://github.com/wiserlix/ut")
(bug_reports "https://github.com/wiserlix/ut/issues")

(package
  (name ce)
  (synopsis "Configurable Evaluator")
  (depends (ocaml (>= 4.12))))