-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
43 lines (43 loc) · 1.47 KB
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
opam-version: "2.0"
dev-repo: "git+https://gitlab.com/WzukW/oclaunch.git"
bug-reports: "https://gitlab.com/WzukW/oclaunch/issues/new?issue[assignee_id]=&issue[milestone_id]="
maintainer: "Joly Clément <leowzukw@vmail.me>"
authors: [ "Joly Clément <leowzukw@vmail.me>" ]
license: "CeCILL-1.0+"
homepage: "http://www.oclaunch.tuxfamily.org"
build: [
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
["ocaml" "setup.ml" "-build"]
]
install: ["ocaml" "setup.ml" "-install"]
remove: ["ocaml" "setup.ml" "-uninstall"]
depends: [
"ocaml" {>= "4.01.0"}
"atdgen"
"base-threads"
"core" {< "v0.9.0"}
"core_extended" {< "113.24.00"}
"ocamlfind"
"ocamlbuild" {build}
]
synopsis: "Launch commands automagically"
description: """
OcLaunch is a command-line tool to launch successively (each time the program is
called) commands. It is designed to be used with any program, interactive or
not. Help at http://www.oclaunch.tuxfamily.org. Try it, it works automagically!"""
url {
src:
"http://download.tuxfamily.org/oclaunch/sources/oclaunch-0.2.2_patched.tar.gz"
checksum: [
"sha256=a7cbf931684ad648d1b876e9d35e9e278d5a1b13a1647b1a2e90407b1d78a3b4"
"md5=c06788cbf4893a33145a974ca13ef75a"
]
}
extra-source "oclaunch.install" {
src:
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/oclaunch/oclaunch.install"
checksum: [
"sha256=b451fc6838fd5d610926eeca5bf685683751f0aa2d80a407325bc7ff575a9b3a"
"md5=9c8a41ad6129feb45456e5dd9fe35b40"
]
}