Skip to content

Commit 743a272

Browse files
authored
Merge pull request ocaml#20971 from c-cube/opam-publish-atomic.0.1
Package atomic.0.1
2 parents 5b31bc1 + 1397ebe commit 743a272

File tree

4 files changed

+46
-0
lines changed

4 files changed

+46
-0
lines changed

packages/atomic/atomic.0.1/opam

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
opam-version: "2.0"
2+
synopsis:
3+
"Compatibility package for OCaml's Atomic module, from 4.12"
4+
maintainer: "[email protected]"
5+
license: "LGPL-2.1"
6+
build: [
7+
["dune" "build" "-p" name "-j" jobs]
8+
]
9+
depends: [
10+
"ocaml" {>= "4.03" & < "4.12"}
11+
"dune" {>= "1.1.0"}
12+
]
13+
tags: [ "atomic" "threads" "compatibility" ]
14+
homepage: "https://github.com/c-cube/ocaml-atomic/"
15+
bug-reports: "https://github.com/c-cube/ocaml-atomic/issues"
16+
dev-repo: "git+https://github.com/c-cube/ocaml-atomic.git"
17+
authors: "OCaml maintainers"
18+
url {
19+
src: "https://github.com/c-cube/ocaml-atomic/archive/v0.1.tar.gz"
20+
checksum: [
21+
"md5=ef7764c9932e403faaec545372e54cb2"
22+
"sha512=61746b050033f700f9a41ce0c68efa8d007abc9ef490001a1108a646c1b7ffdaa08f0df659b28f2a396cee011cb25aa52a7a65be3d217697f70b66b634cbe956"
23+
]
24+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name="atomic"
2+
version="[distributed with OCaml 4.12 or above]"
3+
description="dummy backward-compatibility package for Atomic"
4+
requires=""
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
lib:[
2+
"META.atomic" {"META"}
3+
]

packages/atomic/atomic.base/opam

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
opam-version: "2.0"
2+
maintainer: " "
3+
authors: " "
4+
homepage: " "
5+
depends: [
6+
"ocaml" {>= "4.12.0"}
7+
]
8+
dev-repo: "git+https://github.com/ocaml/ocaml.git"
9+
bug-reports: "https://caml.inria.fr/mantis/main_page.php"
10+
synopsis:
11+
"Compatibility package for OCaml's Atomic module starting from 4.12"
12+
extra-files: [
13+
["atomic.install" "md5=07d4c6139af25547d07d3349554928fe"]
14+
["META.atomic" "md5=711dbdefd03b934132b4ac0ab39e7c98"]
15+
]

0 commit comments

Comments
 (0)