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.14.0"}
27+ "ctypes-foreign" {>= "0.14.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=ec8103c034410d8c57d2f79adaeffeecfc501be9c938c06d0813be155ca22cc2"
51+ "sha512=237069139dbe5403576b57b65028ade4e5eb81bd3d8c1c8b44d0f4a5db3e1fbfcac7f9095e7a99c016a03f0af4b036e98a86ca03a9eab68f5f7b357fa48ab299"
52+ ]
53+ }
54+ x-commit-hash: "7e0474a904cca666135e0ba7bbaa066ce508a27b"
You can’t perform that action at this time.
0 commit comments