Generate srcset images for a variety of resolutions from OCaml

missing dep

+2 -1
+1 -1
dune-project
··· 18 18 (name srcsetter-cmd) 19 19 (synopsis "Image processing tool to generate responsive images") 20 20 (description "Srcsetter is a CLI tool that processes a directory of images and outputs a directory of responsive images suitable for embedding as `<img srcset` tags in a website. It uses the ImageMagick CLI tool to handle the actual processing of images.") 21 - (depends srcsetter fpath progress eio)) 21 + (depends srcsetter fpath progress eio eio_main))
+1
srcsetter-cmd.opam
··· 14 14 "fpath" 15 15 "progress" 16 16 "eio" 17 + "eio_main" 17 18 "odoc" {with-doc} 18 19 ] 19 20 build: [