this repo has no description
0
fork

Configure Feed

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

2 packages from andreypopp/ocamlformat-mlx at 0.26.2.0

+119
+65
packages/ocamlformat-mlx-lib/ocamlformat-mlx-lib.0.26.2.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "OCaml .mlx Code Formatter" 4 + description: 5 + "OCamlFormat is a tool to automatically format OCaml .mlx code in a uniform style." 6 + maintainer: ["Andrey Popp <me@andreypopp.com>"] 7 + authors: [ 8 + "Andrey Popp <me@andreypopp.com>" 9 + "Josh Berdine <jjb@fb.com>" 10 + "Hugo Heuzard <hugo.heuzard@gmail.com>" 11 + "Etienne Millon <etienne@tarides.com>" 12 + "Guillaume Petiot <guillaume@tarides.com>" 13 + "Jules Aguillon <jules@j3s.fr>" 14 + ] 15 + homepage: "https://github.com/ocaml-mlx/ocamlformat-mlx" 16 + bug-reports: "https://github.com/ocaml-mlx/ocamlformat-mlx/issues" 17 + depends: [ 18 + "ocaml" {>= "4.08" & < "5.3"} 19 + "alcotest" {with-test & >= "1.3.0"} 20 + "base" {>= "v0.12.0"} 21 + "dune" {>= "2.8"} 22 + "dune-build-info" 23 + "either" 24 + "fix" 25 + "fpath" 26 + "menhir" {>= "20201216"} 27 + "menhirLib" {>= "20201216"} 28 + "menhirSdk" {>= "20201216"} 29 + "ocaml-version" {>= "3.5.0"} 30 + "ocamlformat-rpc-lib" {with-test & = version} 31 + "ocp-indent" {with-test = "false" & >= "1.8.0" | with-test & >= "1.8.1"} 32 + "stdio" 33 + "uuseg" {>= "10.0.0"} 34 + "uutf" {>= "1.0.1"} 35 + "csexp" {>= "1.4.0"} 36 + "astring" 37 + "result" 38 + "camlp-streams" 39 + "odoc" {with-doc} 40 + ] 41 + build: [ 42 + ["dune" "subst"] {dev} 43 + [ 44 + "dune" 45 + "build" 46 + "-p" 47 + name 48 + "-j" 49 + jobs 50 + "@install" 51 + "@runtest" {with-test} 52 + "@doc" {with-doc} 53 + ] 54 + ] 55 + dev-repo: "git+https://github.com/ocaml-mlx/ocamlformat-mlx.git" 56 + # 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 57 + license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"] 58 + url { 59 + src: 60 + "https://github.com/andreypopp/ocamlformat-mlx/archive/refs/tags/0.26.2.0.tar.gz" 61 + checksum: [ 62 + "md5=4b32d3b57da54157a0cd8f772094f4bc" 63 + "sha512=367eeb5d81060a3efb584796cc72cc75d974975bb9b18be6284a86f5937edb90927368fd80e00b3f4c1894e609b4a1503c20d4495c624560243e5055f905390a" 64 + ] 65 + }
+54
packages/ocamlformat-mlx/ocamlformat-mlx.0.26.2.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Auto-formatter for OCaml .mlx code" 4 + description: """ 5 + **ocamlformat** is a code formatter for OCaml. It comes with opinionated default settings but is also fully customizable to suit your coding style. 6 + 7 + - **Profiles:** ocamlformat offers profiles we predefined formatting configurations. Profiles include `default`, `ocamlformat`, `janestreet`. 8 + - **Configurable:** Users can change the formatting profile and configure every option in their `.ocamlformat` configuration file. 9 + - **Format Comments:** ocamlformat can format comments, docstrings, and even code blocks in your comments. 10 + - **RPC:** ocamlformat provides an RPC server that can be used by other tools to easily format OCaml Code.""" 11 + maintainer: ["Andrey Popp <me@andreypopp.com>"] 12 + authors: [ 13 + "Andrey Popp <me@andreypopp.com>" 14 + "Josh Berdine <jjb@fb.com>" 15 + "Hugo Heuzard <hugo.heuzard@gmail.com>" 16 + "Etienne Millon <etienne@tarides.com>" 17 + "Guillaume Petiot <guillaume@tarides.com>" 18 + "Jules Aguillon <jules@j3s.fr>" 19 + ] 20 + homepage: "https://github.com/ocaml-mlx/ocamlformat-mlx" 21 + bug-reports: "https://github.com/ocaml-mlx/ocamlformat-mlx/issues" 22 + depends: [ 23 + "ocaml" {>= "4.08" & < "5.3"} 24 + "cmdliner" {with-test = "false" & >= "1.1.0" | with-test & >= "1.2.0"} 25 + "dune" {>= "2.8"} 26 + "ocamlformat-mlx-lib" {= version} 27 + "re" {>= "1.10.3"} 28 + "odoc" {with-doc} 29 + ] 30 + build: [ 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 + ] 44 + dev-repo: "git+https://github.com/ocaml-mlx/ocamlformat-mlx.git" 45 + # 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 46 + license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"] 47 + url { 48 + src: 49 + "https://github.com/andreypopp/ocamlformat-mlx/archive/refs/tags/0.26.2.0.tar.gz" 50 + checksum: [ 51 + "md5=4b32d3b57da54157a0cd8f772094f4bc" 52 + "sha512=367eeb5d81060a3efb584796cc72cc75d974975bb9b18be6284a86f5937edb90927368fd80e00b3f4c1894e609b4a1503c20d4495c624560243e5055f905390a" 53 + ] 54 + }