File tree Expand file tree Collapse file tree 1 file changed +55
-0
lines changed
packages/tinyfiledialogs/tinyfiledialogs.1.0 Expand file tree Collapse file tree 1 file changed +55
-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 <
[email protected] >"]
5+ authors: ["Charles Averill <
[email protected] >"]
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.23.0"}
27+ "ctypes-foreign" {>= "0.23.0"}
28+ "odoc" {with-doc}
29+ ]
30+ conflicts: ["ocaml-option-bytecode-only"]
31+ build: [
32+ ["dune" "subst"] {dev}
33+ [
34+ "dune"
35+ "build"
36+ "-p"
37+ name
38+ "-j"
39+ jobs
40+ "@install"
41+ "@runtest" {with-test}
42+ "@doc" {with-doc}
43+ ]
44+ ]
45+ dev-repo: "git+https://github.com/CharlesAverill/tinyfiledialogs.git"
46+ x-maintenance-intent: ["(latest)"]
47+ url {
48+ src:
49+ "https://github.com/CharlesAverill/tinyfiledialogs/releases/download/v1.0/tinyfiledialogs-1.0.tbz"
50+ checksum: [
51+ "sha256=ad80247b2208426d77110a408f579773cee2bfbb83163512c394810dcd9caa1f"
52+ "sha512=6e27439736735da7f406e3c12f67e7a5310696ee11b4ffdf0de842ca01e61e7452751677e62da6c384ed26736d8f8d0641d9acdc63776dc8ae14346f5e9ceb08"
53+ ]
54+ }
55+ x-commit-hash: "b82437087d395e16bafbee46234c6227ca831815"
You can’t perform that action at this time.
0 commit comments