this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27121 from chetmurthy/release-pa_ppx_migrate_ocaml_parsetree-0.01

first release of pa_ppx_migrate_ocaml_parsetree, 0.01

authored by

Marcello Seri and committed by
GitHub
b06a59b2 3531767c

+40
+40
packages/pa_ppx_migrate_ocaml_parsetree/pa_ppx_migrate_ocaml_parsetree.0.01/opam
··· 1 + 2 + synopsis: "Migrations from one version of the OCaml AST to another" 3 + description: 4 + """ 5 + This package provides migrations from one version of the OCaml AST to another, 6 + using Camlp5-based pa_ppx_migrate to do the actual heavy lifting. 7 + 8 + """ 9 + opam-version: "2.0" 10 + x-maintenance-intent: [ "(latest)" ] 11 + maintainer: "Chet Murthy <chetsky@gmail.com>" 12 + authors: ["Chet Murthy"] 13 + homepage: "https://github.com/camlp5/pa_ppx_migrate_ocaml_parsetree" 14 + license: "BSD-3-Clause" 15 + bug-reports: "https://github.com/camlp5/pa_ppx_migrate_ocaml_parsetree/issues" 16 + dev-repo: "git+https://github.com/camlp5/pa_ppx_migrate_ocaml_parsetree.git" 17 + doc: "https://github.com/camlp5/pa_ppx_migrate_ocaml_parsetree/doc" 18 + 19 + depends: [ 20 + "ocaml" { >= "4.10.0" } 21 + "cppo" { >= "1.6.9" } 22 + "camlp5-buildscripts" { >= "0.02" } 23 + "camlp5" { >= "8.03.00" } 24 + "pa_ppx_migrate" { >= "0.12" } 25 + "not-ocamlfind" { >= "0.10" } 26 + "ounit" { >= "2.2.7" & with-test} 27 + "fmt" 28 + "bos" { >= "0.2.0" } 29 + ] 30 + build: [ 31 + [make "-j%{jobs}%" "sys"] 32 + [make "test"] {with-test} 33 + ] 34 + install: [make "install"] 35 + url { 36 + src: "https://github.com/camlp5/pa_ppx_migrate_ocaml_parsetree/archive/refs/tags/0.01.tar.gz" 37 + checksum: [ 38 + "sha512=0f9313842c6eb07ae6719f49c27858e3a2a94f8cc1dd6d00a4aec27d85b1c44c0a664a9eae511d0edd37c638754ca8a47b1ee5d2ee1cd9b2b38d0cd9e5f03381" 39 + ] 40 + }