Skip to content

Commit da7a67d

Browse files
Package opine.0.1.3
1 parent 1c4baa4 commit da7a67d

File tree

1 file changed

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

1 file changed

+51
-0
lines changed

packages/opine/opine.0.1.3/opam

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
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+
build: [
30+
["dune" "subst"] {dev}
31+
[
32+
"dune"
33+
"build"
34+
"-p"
35+
name
36+
"-j"
37+
jobs
38+
"@install"
39+
"@runtest" {with-test}
40+
"@doc" {with-doc}
41+
]
42+
]
43+
dev-repo: "git+https://github.com/ArulselvanMadhavan/opine.git"
44+
url {
45+
src:
46+
"https://github.com/ArulselvanMadhavan/opine/archive/refs/tags/0.1.3.tar.gz"
47+
checksum: [
48+
"md5=21e2b1d21b779b2c53740663f34f98f3"
49+
"sha512=16b28b7f7c476c378b08c2ac97b39c16f705374f74a98e2ba031c72aed1ae7388712754e9e9db976a867c84aa1878b214f9f467e40e33b16fa23355451fd3212"
50+
]
51+
}

0 commit comments

Comments
 (0)