A fork of mtelver's day10 project
at main2 28 lines 680 B view raw
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Mime printer for rich toplevels" 4description: "Mime printer for rich toplevels" 5maintainer: ["Jon Ludlam <jon@recoil.org>"] 6authors: ["Jon Ludlam <jon@recoil.org>"] 7license: "ISC" 8homepage: "https://github.com/jonludlam/mime_printer" 9bug-reports: "https://github.com/jonludlam/mime_printer/issues" 10depends: [ 11 "ocaml" {>= "4.08.0"} 12 "dune" {>= "3.0.0"} 13] 14build: [ 15 ["dune" "subst"] {pinned} 16 [ 17 "dune" 18 "build" 19 "-p" 20 name 21 "-j" 22 jobs 23 "@install" 24 "@runtest" {with-test} 25 "@doc" {with-doc} 26 ] 27] 28dev-repo: "git+https://github.com/jonludlam/mime_printer.git"