this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #22931 from let-def/stb_truetype.0.7

Add stb_truetype.0.7

authored by

Kate and committed by
GitHub
5755793c d02c25d7

+28
+28
packages/stb_truetype/stb_truetype.0.7/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Frederic Bour <frederic.bour@lakaban.net>" 3 + authors: "Frederic Bour <frederic.bour@lakaban.net>" 4 + homepage: "https://github.com/let-def/stb_truetype" 5 + bug-reports: "https://github.com/let-def/stb_truetype" 6 + license: "CC0-1.0+" 7 + dev-repo: "git+https://github.com/let-def/stb_truetype.git" 8 + build: [make] 9 + install: [make "install"] 10 + remove: ["ocamlfind" "remove" "stb_truetype"] 11 + depends: [ 12 + "ocaml" {>= "4.06"} 13 + "ocamlfind" {build} 14 + ] 15 + conflicts: [ "ocaml-option-bytecode-only" ] 16 + synopsis: "OCaml bindings to stb_truetype, a public domain font rasterizer" 17 + description: """ 18 + Stb_truetype is an OCaml binding to stb_truetype from Sean Barrett, [Nothings](http://nothings.org/): 19 + 20 + stb_truetype.h: public domain C truetype rasterization library 21 + 22 + The OCaml binding is released under CC-0 license. It has no dependency beside 23 + working OCaml and C compilers (stb_truetype is self-contained).""" 24 + flags: light-uninstall 25 + url { 26 + src: "https://github.com/let-def/stb_truetype/archive/v0.7.tar.gz" 27 + checksum: "md5=91234b0b6e54f0833fc02bd37db72c19" 28 + }