(lang dune 2.5)

(name advi)

(generate_opam_files false)

;; (package
;;  (name advi)
;;  (version 2.0.0)
;;  (synopsis "Active DVI Dune package!")
;;  (license <name>)
;;  (authors
;;    "Alexandre Miquel"
;;    "Jun Furuse"
;;    "Didier Rémy"
;;    "Pierre Weis"
;;    "Xavier Leroy"
;;    "Roberto Di Cosmo"
;;    "Didier Le Botlan"
;;    "Alan Schmitt")
;;  (maintainers "Didier Rémy <Didier.Remy@inria.fr>")
;;  (homepage "http://advi.inria.fr")
;;  ;; (source "git+https://gitlab.inria.fr/remy/advi.git")
;;  (bug_reports "Didier.Remy@inria.fr")
;;  (documentation  "https://gitlab.inria.fr/remy/advi")
;;  (description "
;; Active-DVI is a DVI previewer and presenter written in Objective Caml
;; (http://caml.inria.fr/ocaml/) with some eye candy effects for
;; presentation, support for interactive demonstrations, and embedding of
;; arbitrary applications within the presentation.

;; Active-DVI is very well suited for use in combination with WhizzyTeX
;; (http://cristal.inria.fr/whizzytex/)
;; ")
;;  (depends (camlimages (>= v5.0)))
;; )
