Skip to content

Commit 7698a43

Browse files
authored
Merge pull request #27835 from tcsprojects/release-tcslib-v0.5
2 parents ac2e5da + 50dea66 commit 7698a43

File tree

1 file changed

+38
-0
lines changed
  • packages/TCSLib/TCSLib.0.5

1 file changed

+38
-0
lines changed

packages/TCSLib/TCSLib.0.5/opam

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
opam-version: "2.0"
2+
synopsis: "A multi-purpose library for OCaml"
3+
description: "A multi-purpose library for OCaml."
4+
maintainer: ["Oliver Friedmann" "Martin Lange"]
5+
authors: ["Oliver Friedmann" "Martin Lange"]
6+
license: "BSD-3-clause"
7+
homepage: "https://github.com/tcsprojects/tcslib"
8+
bug-reports: "https://github.com/tcsprojects/tcslib/issues"
9+
depends: [
10+
"ocaml" {>= "4.8"}
11+
"dune" {>= "3.10"}
12+
"num"
13+
"odoc" {with-doc}
14+
]
15+
build: [
16+
["dune" "subst"] {dev}
17+
[
18+
"dune"
19+
"build"
20+
"-p"
21+
"tcslib"
22+
"-j"
23+
jobs
24+
"@install"
25+
"@runtest" {with-test}
26+
"@doc" {with-doc}
27+
]
28+
]
29+
dev-repo: "git+https://github.com/tcsprojects/tcslib.git"
30+
url {
31+
src:
32+
"https://github.com/tcsprojects/tcslib/releases/download/v0.5/tcslib-0.5.tbz"
33+
checksum: [
34+
"sha256=2062867e260df0e7397f242f90361c147168c21aeca40b2ece8e091069a67b07"
35+
"sha512=af96cbb31dd6a4c2079ca91453426a5dbb105f1d0c65a8e39f33647612652c76d35610a734fa019135ed2495e5876161171d4b9942c1f35546c41b276f972b9b"
36+
]
37+
}
38+
x-commit-hash: "4c3356a83dd7bdef7c65e988f7304b7e5fbf1d33"

0 commit comments

Comments
 (0)