-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
Copy pathopam
29 lines (29 loc) · 949 Bytes
/
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
opam-version: "2.0"
synopsis: "Small library and utility to generate version from VCS (git)"
maintainer: "ygrek@autistici.org"
authors: "ygrek <ygrek@autistici.org>"
license: "UNLICENSE"
tags: "org:ygrek"
dev-repo: "git+https://github.com/ygrek/mybuild.git"
homepage: "https://github.com/ygrek/mybuild"
bug-reports: "https://github.com/ygrek/mybuild/issues"
depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "2.0"}
"base-unix"
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs
"@install"
"@doc" {with-doc}
"@runtest" {with-test}]
]
url {
src: "https://github.com/ygrek/mybuild/releases/download/v7/mybuild-7.tbz"
checksum: [
"sha256=3ddc587181ab66d455afb96923a512870bb5b531d2664358a660720190e64037"
"sha512=266db5e98eb8dd701567fb47d6d2b410527d3cfdf7bd3661beddbefe730d7e87ace5d3a6302674d2ec1339a7b78e66586bd6aeba88df79767d40d6c1b402aecd"
]
}
x-commit-hash: "1b5c1a7f0307029065ea2ed0fdd4126bb798e213"