File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed
Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: "Mohamed Hernouf <mohamed.hernouf@ocamlpro.com>"
3+ authors: [
4+ "Raja Boujbel"
5+ "Mohamed Hernouf"
6+ ]
7+ tags: ["wix" "msi" "windows" "cygwin"]
8+ license: "GPL-3.0-only"
9+ homepage: "https://github.com/OCamlPro/ocaml-universal-installer"
10+ bug-reports: "https://github.com/OCamlPro/ocaml-universal-installer/issues"
11+ depends: [
12+ "ocaml" {build & >= "4.13.0"}
13+ "dune" {build & >= "3.2"}
14+ "cmdliner" {>= "1.3"}
15+ "crunch" {>= "3.3.1"}
16+ "opam-client" {>= "2.5" & = opam-version}
17+ "opam-format" {>= "2.5" & = opam-version}
18+ "opam-core" {>= "2.5" & = opam-version}
19+ "fmt"
20+ "yojson"
21+ "ppx_deriving_yojson"
22+ "ppx_expect" {with-test}
23+ ]
24+ depexts: [
25+ ["makeself"] {os = "linux"}
26+ ]
27+ build: [
28+ "dune"
29+ "build"
30+ "-j" jobs
31+ "-p" name
32+ "@runtest" {with-test}
33+ ]
34+ dev-repo: "git+https://github.com/OCamlPro/ocaml-universal-installer"
35+ synopsis: "A tool that builds standalone installers for your OCaml applications"
36+ description: """
37+ oui is a command-line tool that generates standalone installers for Linux, Windows and
38+ macOS from your OCaml and non OCaml binaries.
39+ """
40+ url {
41+ src:
42+ "https://github.com/OCamlPro/ocaml-universal-installer/releases/download/0.1.0/oui-0.1.0.tbz"
43+ checksum: [
44+ "sha256=b806a63c9acd581a00729a48f1faf86b294cc82936fc705fc628a20ede33f977"
45+ "sha512=e61c35a6e08671634c1edabd7b0add926ac6e0c6c43c9e0a095e89efab7696b6ae5cc1ea0844283a80640c19adb36478bdfb2414bbcab5077ceb7fd16ae45e66"
46+ ]
47+ }
48+ x-commit-hash: "07cfea115d63b8b5990a157e43543fd3cfbab6f7"
You can’t perform that action at this time.
0 commit comments