ocb (OCaml Badgen) is an OCaml library for SVG badge generation. There's also a command-line tool provided.
ocb --label Hello --color green --style flat --labelcolor white --status Goodbye > out.svg && xdg-open out.svglet()=letopenOcbinGen.mk Format.std_formatter ~label:"Hello"~color:Color.Blue~style:Style.Flat~label_color:Color.White~status:"Goodbye"()This project is inspired by badgen.