this repo has no description
1opam-version: "2.0" 2maintainer: "Magnus Valle <mvalle@trøll.com>" 3authors: "Magnus Valle <mvalle@trøll.com>" 4homepage: "https://github.com/mvalle/ocaml-ofx" 5bug-reports: "https://github.com/mvalle/ocaml-ofx/issues" 6license: "MIT" 7dev-repo: "git+https://github.com/mvalle/ocaml-ofx.git" 8build: [make] 9install: [make "install" "PREFIX=%{prefix}%"] 10remove: ["ocamlfind" "remove" "ofx"] 11depends: [ 12 "ocaml" {>= "4.01.0"} 13 "ocamlfind" {build} 14 "xml-light" 15 "ounit" 16] 17synopsis: "OCaml parser for OFX files" 18description: 19 "This library includes an Ofx type that maps to an OFX file. The OFX file-format is an XML-based format for storing data about financial transactions." 20flags: light-uninstall 21url { 22 src: "https://github.com/mvalle/ocaml-ofx/archive/ofx.0.1.5.zip" 23 checksum: [ 24 "sha256=f38b8e3c59e846e81f76b0f07cdc915b81aeb8accf9ded77e42be59e26672c4f" 25 "md5=ac7edcda7c272ca5c83ea8bc2f7a3009" 26 ] 27}