this repo has no description
0
fork

Configure Feed

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

Merge pull request #26650 from mbarbin/release-file-rewriter

[new release] file-rewriter (2 packages) (0.0.3)

authored by

Anil Madhavapeddy and committed by
GitHub
792d948f f946ad94

+82
+40
packages/file-rewriter/file-rewriter.0.0.3/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Apply small rewrites to tweak or refactor your files" 3 + maintainer: ["Mathieu Barbin <opensource@mbarbin.org>"] 4 + authors: ["Mathieu Barbin"] 5 + license: "Apache-2.0" 6 + homepage: "https://github.com/mbarbin/file-rewriter" 7 + doc: "https://mbarbin.github.io/file-rewriter/" 8 + bug-reports: "https://github.com/mbarbin/file-rewriter/issues" 9 + depends: [ 10 + "dune" {>= "3.16"} 11 + "ocaml" {>= "5.2"} 12 + "fpath" {>= "0.7.3"} 13 + "loc" {>= "0.2.0"} 14 + "sexplib0" {>= "v0.17" & < "v0.18"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/mbarbin/file-rewriter.git" 32 + url { 33 + src: 34 + "https://github.com/mbarbin/file-rewriter/releases/download/0.0.3/file-rewriter-0.0.3.tbz" 35 + checksum: [ 36 + "sha256=bcc2177b21daf06d379806045cab266ef9017968645dd8fb445594222e0f1d07" 37 + "sha512=e7c546d98d1b0da412d63366cce777cc50a24f89c60ce9af67bb6698e6c12a620480daaefb5e186d6d5daf6143ac2b65a6f26a8daea0588055cfcfef90c13401" 38 + ] 39 + } 40 + x-commit-hash: "6698f5814716014225e04d39d493adc6ee200b06"
+42
packages/sexps-rewriter/sexps-rewriter.0.0.3/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A specialized file-rewriter for applying rewrites to sexp files" 3 + maintainer: ["Mathieu Barbin <opensource@mbarbin.org>"] 4 + authors: ["Mathieu Barbin"] 5 + license: "Apache-2.0" 6 + homepage: "https://github.com/mbarbin/file-rewriter" 7 + doc: "https://mbarbin.github.io/file-rewriter/" 8 + bug-reports: "https://github.com/mbarbin/file-rewriter/issues" 9 + depends: [ 10 + "dune" {>= "3.16"} 11 + "ocaml" {>= "5.2"} 12 + "file-rewriter" {= version} 13 + "fpath" {>= "0.7.3"} 14 + "loc" {>= "0.2.0"} 15 + "parsexp" {>= "v0.17" & < "v0.18"} 16 + "sexplib0" {>= "v0.17" & < "v0.18"} 17 + "odoc" {with-doc} 18 + ] 19 + build: [ 20 + ["dune" "subst"] {dev} 21 + [ 22 + "dune" 23 + "build" 24 + "-p" 25 + name 26 + "-j" 27 + jobs 28 + "@install" 29 + "@runtest" {with-test} 30 + "@doc" {with-doc} 31 + ] 32 + ] 33 + dev-repo: "git+https://github.com/mbarbin/file-rewriter.git" 34 + url { 35 + src: 36 + "https://github.com/mbarbin/file-rewriter/releases/download/0.0.3/file-rewriter-0.0.3.tbz" 37 + checksum: [ 38 + "sha256=bcc2177b21daf06d379806045cab266ef9017968645dd8fb445594222e0f1d07" 39 + "sha512=e7c546d98d1b0da412d63366cce777cc50a24f89c60ce9af67bb6698e6c12a620480daaefb5e186d6d5daf6143ac2b65a6f26a8daea0588055cfcfef90c13401" 40 + ] 41 + } 42 + x-commit-hash: "6698f5814716014225e04d39d493adc6ee200b06"