this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Parser for the Adobe Font Metrics format"
4description:
5 "This library provides a data representation and a parser for the Adobe Font Metrics (afm) format. The parser follows version 4.1 and makes no attempt to rescue files outside of this specification."
6maintainer: ["philippe.veber@gmail.com"]
7authors: ["Philippe Veber"]
8license: "CeCILL-C"
9tags: ["topics" "font" "afm"]
10homepage: "https://gitlab.in2p3.fr/pveber/adobe_font_metrics"
11bug-reports: "https://gitlab.in2p3.fr/pveber/adobe_font_metrics/issues"
12depends: [
13 "ocaml" {>= "4.14"}
14 "dune" {>= "3.12"}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://gitlab.in2p3.fr/pveber/adobe_font_metrics.git"
32url {
33 src:
34 "https://gitlab.in2p3.fr/pveber/adobe_font_metrics/-/archive/1.0.0/adobe_font_metrics-1.0.0.tar.gz"
35 checksum: [
36 "md5=b59caea2f444a53b48aa5d15a879fd70"
37 "sha512=908c33d314bd77737999a8c4928870ba8d3e13abbf1d196a3519757bfd25b48c9a8d7d87d7f937996812837ac7746a11c10ce5722df830dfd2614a83beb8d74a"
38 ]
39}