this repo has no description
1opam-version: "2.0"
2synopsis: "Text rendering for NanoSVG text nodes"
3description: "Basic text rendering for NanoSVG text nodes using stb_truetype"
4maintainer: ["Armaël Guéneau <armael.gueneau@ens-lyon.org>"]
5authors: [
6 "Mikko Mononen memon@inside.org"
7 "Armaël Guéneau <armael.gueneau@ens-lyon.org>"
8]
9license: "MIT"
10homepage: "https://github.com/Armael/ocaml-nanosvg"
11bug-reports: "https://github.com/Armael/ocaml-nanosvg/issues"
12depends: [
13 "ocaml" {>= "4.12.0"}
14 "dune" {>= "2.7"}
15 "nanosvg" {>= "0.1"}
16 "stb_truetype" {>= "0.7"}
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/Armael/ocaml-nanosvg.git"
34url {
35 src:
36 "https://github.com/Armael/ocaml-nanosvg/releases/download/0.1/nanosvg-0.1.tbz"
37 checksum: [
38 "sha256=65072bf543aec603643a80b62c42ed5b74d4c932ee885df6cca6e725c15038f3"
39 "sha512=53ac01f01326a10dca1439adc56bec80e01f7ba2461834f1f799d23af65ec5f26096d6ec9aa8a3d4ec9c9e77083a493914f497c31a5fa9957d131edd162e5507"
40 ]
41}
42x-commit-hash: "32a85526436ac50b34c7e7a30733b1db2deb4651"