Skip to content

Commit 818ee1c

Browse files
[new release] tinyfiledialogs (1.0)
CHANGES: Initial release
1 parent 9c3d4d2 commit 818ee1c

File tree

1 file changed

+54
-0
lines changed
  • packages/tinyfiledialogs/tinyfiledialogs.1.0

1 file changed

+54
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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"
27+
"ctypes-foreign"
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=aa9cfdbc689f70aeeeaca3371b1efa5accca60c91e12bee51e710f9183454a80"
51+
"sha512=b44c627d5f9c485b806df1d4fb462fa830eb27033238f9cfe3e99b94ee2d3497ab02bd0c1658afbd54834ee597b10c13b3f73565d66f5252e10d60520f340e97"
52+
]
53+
}
54+
x-commit-hash: "34847a68fd95e10776d5cdad18333099ddcc0fa0"

0 commit comments

Comments
 (0)