this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml binding of FontForge" 3description: """ 4Library providing OCaml binding of FontForge Python API 5""" 6maintainer: "http://github.com/pbaudin" 7authors: [ 8 "Patrick Baudin" 9] 10license: "LGPL-2.1-only" 11homepage: "http://github.com/pbaudin/fontforge-of-ocaml" 12bug-reports: "https://github.com/pbaudin/fontforge-of-ocaml" 13dev-repo: "git+https://github.com/pbaudin/fontforge-of-ocaml" 14tags: ["font" "fontforge" "binding"] 15depends: [ 16 "dune" {>= "2.8"} 17 "ocaml" {>= "4.09.0"} 18 "base" {>= "v0.12.2"} 19 "fmt" {>= "0.8.9"} 20 "pyml" {>= "20200518"} 21 "ppx_python" {>= "v0.12.0"} 22 "odoc" {with-doc} 23] 24depopts: [ 25 "headache" 26] 27conflicts: [ 28 "headache" {< "1.05"} 29] 30build: [ 31 ["dune" "subst"] {dev} 32 [ 33 "dune" 34 "build" 35 "-p" 36 name 37 "-j" 38 jobs 39 "@install" 40 "@doc" {with-doc} 41 ] 42] 43url { 44 src: 45 "https://github.com/pbaudin/fontforge-of-ocaml/releases/download/v1.1.0/fontforge-of-ocaml-1.1.0.tbz" 46 checksum: [ 47 "sha256=af7c59bea65ac5844c04ea7ae5347c4ab2016a217d54a3c1d806020dffad064f" 48 "sha512=2e48257b58151c453cb6fb2fd56899ccde52e94fd74ed7b031381a45a8756668096e3d2bf2e716f57067c2c5f8896ae5cecb498d7124d0f83c212b2732c6cd15" 49 ] 50} 51x-commit-hash: "764c120b0f946e526591b2c2f0cd839ad3d5912e"