Skip to content

Commit fe741c0

Browse files
authored
Merge pull request ocaml#24321 from marc-chevalier/opam-publish-plato.1.1.3
Package plato.1.1.3
2 parents 958e5bd + a2d32d1 commit fe741c0

File tree

1 file changed

+37
-0
lines changed
  • packages/plato/plato.1.1.3

1 file changed

+37
-0
lines changed

packages/plato/plato.1.1.3/opam

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
opam-version: "2.0"
2+
synopsis: "Python Library Adapted To OCaml"
3+
maintainer: "Marc Chevalier <[email protected]>"
4+
authors: "Marc Chevalier <[email protected]>"
5+
homepage: "https://github.com/marc-chevalier/plato"
6+
dev-repo: "git://github.com/marc-chevalier/plato"
7+
bug-reports: "https://github.com/marc-chevalier/plato/issues"
8+
depends: [
9+
"ocaml" {>= "4.06.0"}
10+
"dune" {>= "2.0.0"}
11+
"re" {>= "1.9.0"}
12+
"stdcompat" {>= "13"}
13+
"cppo" {>= "1.6.6"}
14+
"ounit2" {with-test & >= "2.0.8"}
15+
]
16+
build: [
17+
["dune" "build" "-p" name "-j" jobs]
18+
]
19+
run-test: [
20+
["dune" "runtest" "-p" name "-j" jobs]
21+
]
22+
license: "MIT"
23+
description: """
24+
Python Library Adapted To Ocaml
25+
26+
Plato provides some parts of Python standard library I was missing in OCaml.
27+
That means things relevant in OCaml (typically, not GC related), without a
28+
existing great OCaml library (like `re` for `re` or `yojson` for `json`).
29+
"""
30+
url {
31+
src:
32+
"https://github.com/marc-chevalier/plato/archive/refs/tags/1.1.3.tar.gz"
33+
checksum: [
34+
"md5=4857a49b04ceb297c1eb4b2715d5a47a"
35+
"sha512=daef493c84ce23e11b21f595a3f2f744edcd3741e698f6b21895bcfb79b2c8b36687da3e621ae9bd79612c2bbfdbbd9e624829ea2bb0c118b2c3fbffa2f48d99"
36+
]
37+
}

0 commit comments

Comments
 (0)