this repo has no description
1(lang dune 2.0)
2(name mime_printer)
3
4(source
5 (github jonludlam/mime_printer))
6
7(license ISC)
8
9(authors "Jon Ludlam <jon@recoil.org>")
10
11(maintainers "Jon Ludlam <jon@recoil.org>")
12
13(generate_opam_files true)
14
15(package
16 (name mime_printer)
17 (synopsis "Mime printer for rich toplevels")
18 (description "Mime printer for rich toplevels")
19 (depends
20 (ocaml
21 (>= 4.08.0))
22 (dune
23 (>= 3.0.0))))
24
25