Generate srcset images for a variety of resolutions from OCaml

typo

+1 -2
+1 -1
dune-project
··· 12 12 (name srcsetter) 13 13 (description "Srcsetter is a library that allows for handling 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, and the `srcsetter-cmd` package to generate the input to this library.") 14 14 (synopsis "Image srcset library for webp images") 15 - (depends jsont bytesrw pro)) 15 + (depends jsont bytesrw)) 16 16 17 17 (package 18 18 (name srcsetter-cmd)
-1
srcsetter.opam
··· 12 12 "dune" {>= "3.17"} 13 13 "jsont" 14 14 "bytesrw" 15 - "pro" 16 15 "odoc" {with-doc} 17 16 ] 18 17 build: [