(lang dune 2.9)
(name opam-admin)
(version 2.1.1)
(library
 (name opam-admin.top)
 (kind normal)
 (synopsis "OCaml Package Manager admin toplevel")
 (archives (byte top/opam_admin_top.cma) (native top/opam_admin_top.cmxa))
 (plugins (byte top/opam_admin_top.cma) (native top/opam_admin_top.cmxs))
 (native_archives top/opam_admin_top.a)
 (requires opam-client opam-file-format compiler-libs.toplevel re)
 (modes byte native)
 (modules
  (singleton
   (name Opam_admin_top)
   (obj_name opam_admin_top)
   (visibility public)
   (impl)
   (intf))))
