Skip to content

Commit 92117c4

Browse files
authored
Merge pull request ocaml#23264 from ArulselvanMadhavan/opam-publish-opine.0.1.3
Package opine.0.1.3
2 parents 1c4baa4 + 847f1e4 commit 92117c4

File tree

1 file changed

+52
-0
lines changed
  • packages/opine/opine.0.1.3

1 file changed

+52
-0
lines changed

packages/opine/opine.0.1.3/opam

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Python AST unparse implementation in OCaml"
4+
description:
5+
"Opine is an OCaml library that unparses the python AST back to python code."
6+
maintainer: ["[email protected]"]
7+
authors: ["Arulselvan Madhavan"]
8+
license: "MIT"
9+
tags: ["topics" "ocaml" "python" "ast"]
10+
homepage: "https://github.com/ArulselvanMadhavan/opine"
11+
bug-reports: "https://github.com/ArulselvanMadhavan/opine/issues"
12+
depends: [
13+
"ocaml" {>= "4.14.0"}
14+
"dune" {>= "3.6"}
15+
"ppx_hash"
16+
"ppx_compare"
17+
"ppx_sexp_conv"
18+
"ppx_make"
19+
"ppx_deriving"
20+
"pyre-ast" {>= "0.1.6"}
21+
"stdio"
22+
"base" {>= "0.15.0"}
23+
"uutf"
24+
"cmdliner" {>= "1.1.1"}
25+
"sexplib"
26+
"ppx_let"
27+
"odoc" {with-doc}
28+
]
29+
available: os != "macos"
30+
build: [
31+
["dune" "subst"] {dev}
32+
[
33+
"dune"
34+
"build"
35+
"-p"
36+
name
37+
"-j"
38+
jobs
39+
"@install"
40+
"@runtest" {with-test}
41+
"@doc" {with-doc}
42+
]
43+
]
44+
dev-repo: "git+https://github.com/ArulselvanMadhavan/opine.git"
45+
url {
46+
src:
47+
"https://github.com/ArulselvanMadhavan/opine/archive/refs/tags/0.1.3.tar.gz"
48+
checksum: [
49+
"md5=21e2b1d21b779b2c53740663f34f98f3"
50+
"sha512=16b28b7f7c476c378b08c2ac97b39c16f705374f74a98e2ba031c72aed1ae7388712754e9e9db976a867c84aa1878b214f9f467e40e33b16fa23355451fd3212"
51+
]
52+
}

0 commit comments

Comments
 (0)