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

package "server" (
  requires = "calendar"
  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-lwt"
 directory = "client"
 archive(byte) = "ot_toggle.cmo ot_time_picker.cmo ot_swipe.cmo ot_style.cmo ot_size.cmo ot_range.cmo ot_pulltorefresh.cmo ot_picture_uploader.cmo ot_page_transition.cmo ot_noderesize.cmo ot_nodeready.cmo ot_lib.cmo ot_icons.cmo ot_form.cmo ot_drawer.cmo ot_color_picker.cmo ot_carousel.cmo ot_calendar.cmo ot_buttons.cmo ot_spinner.cmo ot_sticky.cmo ot_tip.cmo ot_tongue.cmo ot_popup.cmo"
 archive(byte, plugin) = "ot_toggle.cmo ot_time_picker.cmo ot_swipe.cmo ot_style.cmo ot_size.cmo ot_range.cmo ot_pulltorefresh.cmo ot_picture_uploader.cmo ot_page_transition.cmo ot_noderesize.cmo ot_nodeready.cmo ot_lib.cmo ot_icons.cmo ot_form.cmo ot_drawer.cmo ot_color_picker.cmo ot_carousel.cmo ot_calendar.cmo ot_buttons.cmo ot_spinner.cmo ot_sticky.cmo ot_tip.cmo ot_tongue.cmo ot_popup.cmo"
)
