Skip to content

Commit b564c3d

Browse files
authored
Merge pull request #28573 from tcsprojects/release-tcs-lib-v0.6
[new release] tcs-lib (0.6)
2 parents dbd126f + 0cca299 commit b564c3d

File tree

2 files changed

+44
-0
lines changed
  • packages
    • TCSLib/TCSLib.0.5
    • tcs-lib/tcs-lib.0.6

2 files changed

+44
-0
lines changed

packages/TCSLib/TCSLib.0.5/opam

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ build: [
2727
]
2828
]
2929
dev-repo: "git+https://github.com/tcsprojects/tcslib.git"
30+
x-maintenance-intent: ["(none)"]
31+
flags: deprecated
32+
post-messages: [
33+
"TCSLib has been renamed to tcs-lib. Use the tcs-lib package instead."
34+
]
3035
url {
3136
src:
3237
"https://github.com/tcsprojects/tcslib/releases/download/v0.5/tcslib-0.5.tbz"

packages/tcs-lib/tcs-lib.0.6/opam

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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.18"}
12+
"num"
13+
"odoc" {with-doc}
14+
]
15+
build: [
16+
["dune" "subst"] {dev}
17+
[
18+
"dune"
19+
"build"
20+
"-p"
21+
name
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+
x-maintenance-intent: ["(latest)"]
31+
url {
32+
src:
33+
"https://github.com/tcsprojects/tcslib/releases/download/v0.6/tcs-lib-0.6.tbz"
34+
checksum: [
35+
"sha256=0c18dd20e52b61b7cddd595369030819eccfa4ea73bfdbed9839815586628122"
36+
"sha512=9f77a89114e7511efa7d40fe5464b318677e729c672bdfe7e461f38509eca2cffb9da912eef02158413525732b8fdcf5765491b29c2ee0d831118a365e1e77b1"
37+
]
38+
}
39+
x-commit-hash: "6778419cd98af92632fba9883a1bbc0f93c8deef"

0 commit comments

Comments
 (0)