this repo has no description
0
fork

Configure Feed

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

Merge pull request #21830 from gpetiot/release-ocamlformat-0.24.1

[new release] ocamlformat and ocamlformat-rpc-lib (0.24.1)

authored by

Kate and committed by
GitHub
76fe7be6 149b0891

+96
+39
packages/ocamlformat-rpc-lib/ocamlformat-rpc-lib.0.24.1/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"} 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.24.1/ocamlformat-0.24.1.tbz" 34 + checksum: [ 35 + "sha256=023425e9818f80ea50537b2371a4a766c149a9957d05807e88a004d2d5f441ce" 36 + "sha512=753b6128be68042895202f99959b360ce954db6f82b19b83b4bb346761a8e9cfdfc2b4b25e2070e60601b555562e78f9ebb02760ff127464e0b66cedbddca304" 37 + ] 38 + } 39 + x-commit-hash: "86938aa4435b251af1a3b081f7fbed90f982cf62"
+57
packages/ocamlformat/ocamlformat.0.24.1/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"} 11 + "alcotest" {with-test} 12 + "base" {>= "v0.12.0"} 13 + "cmdliner" {>= "1.1.0"} 14 + "dune" {>= "2.8"} 15 + "dune-build-info" 16 + "either" 17 + "fix" 18 + "fpath" 19 + "menhir" {>= "20201216"} 20 + "menhirLib" {>= "20201216"} 21 + "menhirSdk" {>= "20201216"} 22 + "ocaml-version" {>= "3.3.0"} 23 + "ocamlformat-rpc-lib" {with-test & = version} 24 + "ocp-indent" 25 + "odoc-parser" {>= "2.0.0" & < "3.0.0"} 26 + "re" {>= "1.7.2"} 27 + "stdio" 28 + "uuseg" {>= "10.0.0"} 29 + "uutf" {>= "1.0.1"} 30 + "csexp" {>= "1.4.0"} 31 + "odoc" {with-doc} 32 + ] 33 + build: [ 34 + ["dune" "subst"] {dev} 35 + [ 36 + "dune" 37 + "build" 38 + "-p" 39 + name 40 + "-j" 41 + jobs 42 + "@install" 43 + "@runtest" {with-test} 44 + "@doc" {with-doc} 45 + ] 46 + ] 47 + dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git" 48 + license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"] 49 + url { 50 + src: 51 + "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.24.1/ocamlformat-0.24.1.tbz" 52 + checksum: [ 53 + "sha256=023425e9818f80ea50537b2371a4a766c149a9957d05807e88a004d2d5f441ce" 54 + "sha512=753b6128be68042895202f99959b360ce954db6f82b19b83b4bb346761a8e9cfdfc2b4b25e2070e60601b555562e78f9ebb02760ff127464e0b66cedbddca304" 55 + ] 56 + } 57 + x-commit-hash: "86938aa4435b251af1a3b081f7fbed90f982cf62" # 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