summaryrefslogtreecommitdiff
path: root/matrix/dune
blob: 1c0cab64b2fc3e0f29ead257cb9c286c4308d817 (plain)
1
2
3
(library
 (name matrix)
)
/* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
(lang dune 2.7)

(generate_opam_files true)
(authors "Sébastien Dailly")
(maintainers "Sébastien Dailly")

(package 
  (name sript.it)
  (synopsis "Calligraphy app")
  (depends
   (ocaml (>= 4.10.0))
   (brr (>= 0.0.1))
   (gg (>= 0.9.3))
   )
  )

(package 
  (name editor)
  (synopsis "Text editor")
  (depends
   (ocaml (>= 4.10.0))
   (brr (>= 0.0.1))
   )
  )

(package 
  (name css)
  (synopsis "CSS Merger")
  (depends
   (ocaml (>= 4.10.0))
   (brr (>= 0.0.1))
   (css-parser (>= 0.2.4))
   )
  )

(package 
  (name viz.js)
  (synopsis "Graph viewer")
  (depends
   (ocaml (>= 4.10.0))
   (js_of_ocaml-lwt (>= 3.8.0))
   )
  )
(using menhir 2.1)