# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "OCaml web API to generate SVG shields" description: "osh in an OCaml website, providing an API to generate SVG shields." maintainer: ["Léo Andrès "] authors: ["Léo Andrès "] license: "ISC" tags: ["shield" "badge" "svg" "generator" "status" "build" "code" "coverage"] homepage: "https://osh.ocamlpro.com" doc: "https://osh.ocamlpro.com" bug-reports: "https://gitlab.ocamlpro.com/OCamlPro/osh/-/issues" depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.08"} "dream" {>= "1.0.0~alpha2"} "ocb" {>= "0.1"} "crunch" {>= "3.2.0"} "omd" {>= "2.0.0~alpha2"} "ezcurl" {>= "0.2"} "yojson" {>= "1.7.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://gitlab.ocamlpro.com/OCamlPro/osh.git"