# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Parser for the Adobe Font Metrics format" description: "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." maintainer: ["philippe.veber@gmail.com"] authors: ["Philippe Veber"] license: "CeCILL-C" tags: ["topics" "font" "afm"] homepage: "https://gitlab.in2p3.fr/pveber/adobe_font_metrics" bug-reports: "https://gitlab.in2p3.fr/pveber/adobe_font_metrics/issues" depends: [ "ocaml" {>= "4.14"} "dune" {>= "3.12"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://gitlab.in2p3.fr/pveber/adobe_font_metrics.git" url { src: "https://gitlab.in2p3.fr/pveber/adobe_font_metrics/-/archive/1.0.0/adobe_font_metrics-1.0.0.tar.gz" checksum: [ "md5=b59caea2f444a53b48aa5d15a879fd70" "sha512=908c33d314bd77737999a8c4928870ba8d3e13abbf1d196a3519757bfd25b48c9a8d7d87d7f937996812837ac7746a11c10ce5722df830dfd2614a83beb8d74a" ] }