this repo has no description
0
fork

Configure Feed

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

Merge pull request #20806 from gpetiot/release-ocamlformat-0.21.0

[new release] ocamlformat, ocamlformat-rpc and ocamlformat-rpc-lib (0.21.0)

authored by

Kate and committed by
GitHub
c8e1cb40 9a1bb2dc

+139 -3
+39
packages/ocamlformat-rpc-lib/ocamlformat-rpc-lib.0.21.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Auto-formatter for OCaml code (RPC mode)" 3 + description: 4 + "OCamlFormat is a tool to automatically format OCaml code in a uniform style. This package defines a RPC interface to OCamlFormat" 5 + maintainer: ["OCamlFormat Team <ocamlformat-dev@lists.ocaml.org>"] 6 + authors: ["Josh Berdine <jjb@fb.com>"] 7 + license: "MIT" 8 + homepage: "https://github.com/ocaml-ppx/ocamlformat" 9 + bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues" 10 + depends: [ 11 + "dune" {>= "2.8"} 12 + "ocaml" {>= "4.08" & < "4.15"} 13 + "csexp" {>= "1.4.0"} 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "@install" 26 + "@runtest" {with-test} 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git" 31 + url { 32 + src: 33 + "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.21.0/ocamlformat-0.21.0.tbz" 34 + checksum: [ 35 + "sha256=2a1817f6bc581ff0cce9f0aa9687b897b02726e2ab75749ee98d57637057332d" 36 + "sha512=db47f843bfc5a438d43f7c482cde86bd13f05a6825e2a0afa80614b651a88ae8b3805cca45da6bcf9189e741e0c79d38652b0bc47efe636c1502a66676dcb28e" 37 + ] 38 + } 39 + x-commit-hash: "63e478f1186a03c7e4dfeeb39b3d8fe2ef1cb429"
+1 -1
packages/ocamlformat-rpc/ocamlformat-rpc.0.19.0/opam
··· 10 10 depends: [ 11 11 "dune" {>= "2.8"} 12 12 "ocaml" {>= "4.08" & < "4.14"} 13 - "ocamlformat-rpc-lib" 13 + "ocamlformat-rpc-lib" {= version} 14 14 "alcotest" {with-test} 15 15 "base" {>= "v0.12.0" & < "v0.15"} 16 16 "base-unix"
+1 -1
packages/ocamlformat-rpc/ocamlformat-rpc.0.20.0/opam
··· 9 9 depends: [ 10 10 "dune" {>= "2.8"} 11 11 "ocaml" {>= "4.08" & < "4.15"} 12 - "ocamlformat-rpc-lib" 12 + "ocamlformat-rpc-lib" {= version} 13 13 "alcotest" {with-test} 14 14 "base" {>= "v0.12.0" & < "v0.15"} 15 15 "cmdliner" {< "1.1.0"}
+1 -1
packages/ocamlformat-rpc/ocamlformat-rpc.0.20.1/opam
··· 9 9 depends: [ 10 10 "dune" {>= "2.8"} 11 11 "ocaml" {>= "4.08" & < "4.15"} 12 - "ocamlformat-rpc-lib" 12 + "ocamlformat-rpc-lib" {= version} 13 13 "alcotest" {with-test} 14 14 "base" {>= "v0.12.0" & < "v0.15"} 15 15 "cmdliner" {< "1.1.0"}
+41
packages/ocamlformat-rpc/ocamlformat-rpc.0.21.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Auto-formatter for OCaml code (RPC mode)" 3 + description: 4 + "OCamlFormat is a tool to automatically format OCaml code in a uniform style. This package defines a RPC interface to OCamlFormat" 5 + maintainer: ["OCamlFormat Team <ocamlformat-dev@lists.ocaml.org>"] 6 + authors: ["Josh Berdine <jjb@fb.com>"] 7 + homepage: "https://github.com/ocaml-ppx/ocamlformat" 8 + bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues" 9 + depends: [ 10 + "dune" {>= "2.8"} 11 + "ocaml" {>= "4.08" & < "4.15"} 12 + "alcotest" {with-test} 13 + "ocamlformat" {= version} 14 + "ocamlformat-rpc-lib" {= version} 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/ocaml-ppx/ocamlformat.git" 32 + license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"] 33 + url { 34 + src: 35 + "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.21.0/ocamlformat-0.21.0.tbz" 36 + checksum: [ 37 + "sha256=2a1817f6bc581ff0cce9f0aa9687b897b02726e2ab75749ee98d57637057332d" 38 + "sha512=db47f843bfc5a438d43f7c482cde86bd13f05a6825e2a0afa80614b651a88ae8b3805cca45da6bcf9189e741e0c79d38652b0bc47efe636c1502a66676dcb28e" 39 + ] 40 + } 41 + x-commit-hash: "63e478f1186a03c7e4dfeeb39b3d8fe2ef1cb429" # OCamlFormat is distributed under the MIT license. Parts of the OCaml library are vendored for OCamlFormat and distributed under their original LGPL 2.1 license
+56
packages/ocamlformat/ocamlformat.0.21.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Auto-formatter for OCaml code" 3 + description: 4 + "OCamlFormat is a tool to automatically format OCaml code in a uniform style." 5 + maintainer: ["OCamlFormat Team <ocamlformat-dev@lists.ocaml.org>"] 6 + authors: ["Josh Berdine <jjb@fb.com>"] 7 + homepage: "https://github.com/ocaml-ppx/ocamlformat" 8 + bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues" 9 + depends: [ 10 + "ocaml" {>= "4.08" & < "4.15"} 11 + "alcotest" {with-test} 12 + "base" {>= "v0.12.0" & < "v0.15"} 13 + "cmdliner" {>= "1.1.0"} 14 + "dune" {>= "2.8"} 15 + "dune" {with-test & < "3.0"} 16 + "dune-build-info" 17 + "either" 18 + "fix" 19 + "fpath" 20 + "menhir" {>= "20201216"} 21 + "menhirLib" {>= "20201216"} 22 + "menhirSdk" {>= "20201216"} 23 + "ocaml-version" {>= "3.3.0"} 24 + "ocp-indent" 25 + "odoc-parser" {>= "1.0.0"} 26 + "re" {>= "1.7.2"} 27 + "stdio" {< "v0.15"} 28 + "uuseg" {>= "10.0.0"} 29 + "uutf" {>= "1.0.1"} 30 + "odoc" {with-doc} 31 + ] 32 + build: [ 33 + ["dune" "subst"] {dev} 34 + [ 35 + "dune" 36 + "build" 37 + "-p" 38 + name 39 + "-j" 40 + jobs 41 + "@install" 42 + "@runtest" {with-test} 43 + "@doc" {with-doc} 44 + ] 45 + ] 46 + dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git" 47 + license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"] 48 + url { 49 + src: 50 + "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.21.0/ocamlformat-0.21.0.tbz" 51 + checksum: [ 52 + "sha256=2a1817f6bc581ff0cce9f0aa9687b897b02726e2ab75749ee98d57637057332d" 53 + "sha512=db47f843bfc5a438d43f7c482cde86bd13f05a6825e2a0afa80614b651a88ae8b3805cca45da6bcf9189e741e0c79d38652b0bc47efe636c1502a66676dcb28e" 54 + ] 55 + } 56 + x-commit-hash: "63e478f1186a03c7e4dfeeb39b3d8fe2ef1cb429" # OCamlFormat is distributed under the MIT license. Parts of the OCaml library are vendored for OCamlFormat and distributed under their original LGPL 2.1 license