names = "ocsigen-toolkit"
version = "1.1"
description = "reusable UI components meant for Eliom applications"

package "server" (
  requires = "calendar lwt_ppx js_of_ocaml-ppx.deriving"
  directory = "server"
  archive(byte) = "ocsigen-toolkit.server.cma"
  archive(byte, plugin) = "ocsigen-toolkit.server.cma"
  archive(native) = "ocsigen-toolkit.server.cmxa"
  archive(native, plugin) = "ocsigen-toolkit.server.cmxs"
)

package "client" (
 requires = "calendar js_of_ocaml js_of_ocaml-ppx lwt_ppx js_of_ocaml-ppx.deriving"
 directory = "client"
 archive(byte) = "ot_swipe.cmo ot_icons.cmo ot_social_meta.cmo ot_picture_uploader.cmo ot_buttons.cmo ot_toggle.cmo ot_style.cmo ot_noderesize.cmo ot_time_picker.cmo ot_range.cmo ot_lib.cmo ot_nodeready.cmo ot_form.cmo ot_calendar.cmo ot_spinner.cmo ot_drawer.cmo ot_tip.cmo ot_size.cmo ot_page_transition.cmo ot_carousel.cmo ot_popup.cmo ot_sticky.cmo"
 archive(byte, plugin) = "ot_swipe.cmo ot_icons.cmo ot_social_meta.cmo ot_picture_uploader.cmo ot_buttons.cmo ot_toggle.cmo ot_style.cmo ot_noderesize.cmo ot_time_picker.cmo ot_range.cmo ot_lib.cmo ot_nodeready.cmo ot_form.cmo ot_calendar.cmo ot_spinner.cmo ot_drawer.cmo ot_tip.cmo ot_size.cmo ot_page_transition.cmo ot_carousel.cmo ot_popup.cmo ot_sticky.cmo"
)
