this repo has no description
1opam-version: "2.0" 2synopsis: "A pure implementation of Xcursor in OCaml" 3description: """ 4Xcursor is a de-facto standard for using cursors on Linux systems from Freedesktop. It defines a set 5 of standard paths to search, a file format and a configuration format for users to customise cursors for desktop 6 applications.""" 7maintainer: ["Yilin Wei"] 8authors: ["Yilin Wei"] 9license: "MIT" 10tags: ["desktop" "gui" "cursor" "xcursor"] 11homepage: "https://github.com/yilinwei/ocaml-xcursor" 12doc: "https://yilinwei.github.io/ocaml-xcursor" 13bug-reports: "https://github.com/yilinwei/ocaml-xcursor/issues" 14depends: [ 15 "dune" {>= "3.6"} 16 "ocaml" {>= "4.13.0"} 17 "bigstringaf" {>= "0.9.0"} 18 "angstrom" {>= "0.15.0"} 19 "odoc" {with-doc} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/yilinwei/ocaml-xcursor.git" 36available: [ arch != "arm32" & arch != "x86_32" ] 37url { 38 src: 39 "https://github.com/yilinwei/ocaml-xcursor/releases/download/v0.1.0/xcursor-0.1.0.tbz" 40 checksum: [ 41 "sha256=07eb44dcc4ecf6c796855515b0c69eba4bc06dab2b8fc7ed2db18a26ff651329" 42 "sha512=710d55d1cacec24bf5258214228a08f9bdae08711f3b17733970c77892b15574997b60a6e41e68d93fcebdeeb30703db4cc9554da7b4a867401aca454c3027b2" 43 ] 44} 45x-commit-hash: "0300d12796945788407ac75fd20637671a547d71"