File tree Expand file tree Collapse file tree 1 file changed +54
-0
lines changed
packages/tinyfiledialogs/tinyfiledialogs.1.0 Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "OCaml bindings to tinyfiledialogs"
3+ description: "Simple, cross-platform file dialogs"
4+ maintainer: ["Charles Averill <charlesaverill20@gmail.com>"]
5+ authors: ["Charles Averill <charlesaverill20@gmail.com>"]
6+ license: "MIT"
7+ tags: [
8+ "GUI"
9+ "Dialogs"
10+ "File Dialog"
11+ "Color Picker"
12+ "Cross-Platform"
13+ "TinyFileDialogs"
14+ "Open File Dialog"
15+ "Save File Dialog"
16+ "Select Folder"
17+ "Message Box"
18+ "Input Box"
19+ ]
20+ homepage: "https://github.com/CharlesAverill/tinyfiledialogs"
21+ doc: "https://charlesaverill.github.io/tinyfiledialogs/tinyfiledialogs/"
22+ bug-reports: "https://github.com/CharlesAverill/tinyfiledialogs/issues"
23+ depends: [
24+ "ocaml"
25+ "dune" {>= "3.19"}
26+ "ctypes" {>= "0.18.0"}
27+ "ctypes-foreign" {>= "0.18.0"}
28+ "odoc" {with-doc}
29+ ]
30+ build: [
31+ ["dune" "subst"] {dev}
32+ [
33+ "dune"
34+ "build"
35+ "-p"
36+ name
37+ "-j"
38+ jobs
39+ "@install"
40+ "@runtest" {with-test}
41+ "@doc" {with-doc}
42+ ]
43+ ]
44+ dev-repo: "git+https://github.com/CharlesAverill/tinyfiledialogs.git"
45+ x-maintenance-intent: ["(latest)"]
46+ url {
47+ src:
48+ "https://github.com/CharlesAverill/tinyfiledialogs/releases/download/v1.0/tinyfiledialogs-1.0.tbz"
49+ checksum: [
50+ "sha256=651fd5fedb37c307ac7607b7b96ccc5900e606674c9658e3ad13e01387237860"
51+ "sha512=bb6291f2492cf916c7ef8abf1230944551a020cbb7ddf77252a4bc37cb4b031a89908158adec2e7a554de9912f9d9f9e6ec6101f318e8442bfae4deb8eff3aae"
52+ ]
53+ }
54+ x-commit-hash: "bf9e4545931a0a00114fa678d9d361b6bcdd0dce"
You can’t perform that action at this time.
0 commit comments