opam-version: "2.0" synopsis: "A pure implementation of Xcursor in OCaml" description: """ Xcursor is a de-facto standard for using cursors on Linux systems from Freedesktop. It defines a set of standard paths to search, a file format and a configuration format for users to customise cursors for desktop applications.""" maintainer: ["Yilin Wei"] authors: ["Yilin Wei"] license: "MIT" tags: ["desktop" "gui" "cursor" "xcursor"] homepage: "https://github.com/yilinwei/ocaml-xcursor" doc: "https://yilinwei.github.io/ocaml-xcursor" bug-reports: "https://github.com/yilinwei/ocaml-xcursor/issues" depends: [ "dune" {>= "3.6"} "ocaml" {>= "4.13.0"} "bigstringaf" {>= "0.9.0"} "angstrom" {>= "0.15.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/yilinwei/ocaml-xcursor.git" available: [ arch != "arm32" & arch != "x86_32" ] url { src: "https://github.com/yilinwei/ocaml-xcursor/releases/download/v0.1.0/xcursor-0.1.0.tbz" checksum: [ "sha256=07eb44dcc4ecf6c796855515b0c69eba4bc06dab2b8fc7ed2db18a26ff651329" "sha512=710d55d1cacec24bf5258214228a08f9bdae08711f3b17733970c77892b15574997b60a6e41e68d93fcebdeeb30703db4cc9554da7b4a867401aca454c3027b2" ] } x-commit-hash: "0300d12796945788407ac75fd20637671a547d71"