this repo has no description
at main 1.0 kB view raw
1opam-version: "2.0" 2synopsis: "SVG badge generator" 3description: 4 "An OCaml library for SVG badge generation. There's also a command-line tool provided." 5maintainer: ["OCamlPro <contact@ocamlpro.com>"] 6authors: ["OCamlPro <contact@ocamlpro.com>"] 7license: "ISC" 8homepage: "https://ocamlpro.github.io/ocb/" 9doc: "https://ocamlpro.github.io/ocb/api/" 10bug-reports: "https://github.com/OCamlPro/ocb/issues" 11depends: [ 12 "ocaml" {>= "4.05"} 13 "dune" {>= "2.0"} 14 "odoc" {with-doc} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://github.com/OCamlPro/ocb.git" 31url { 32 src: "https://github.com/OCamlPro/ocb/archive/0.2.tar.gz" 33 checksum: [ 34 "sha256=ec2d476c8b90fe255049140035b249e0f4f34b51e554794950f11be701b28932" 35 "sha512=2a7f006d370f39dec76c92534332b846842014c98966b3e75a856ba91ed63a7165d23f3e3b3eb63548356fff35b5ef5b8f066910ab5b2d3f5ecc6afcf6b99e47" 36 ] 37}