this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Python AST unparse implementation in OCaml" 4description: 5 "Opine is an OCaml library that unparses the python AST back to python code." 6maintainer: ["arulselvan1234@gmail.com"] 7authors: ["Arulselvan Madhavan"] 8license: "MIT" 9tags: ["topics" "ocaml" "python" "ast"] 10homepage: "https://github.com/ArulselvanMadhavan/opine" 11bug-reports: "https://github.com/ArulselvanMadhavan/opine/issues" 12depends: [ 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] 29available: os != "macos" 30build: [ 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] 44dev-repo: "git+https://github.com/ArulselvanMadhavan/opine.git" 45url { 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}