this repo has no description
0
fork

Configure Feed

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

Merge pull request #25838 from kit-ty-kate/fix-288

format is not compatible with OCaml 5.0 (uses Stream)

authored by

Anil Madhavapeddy and committed by
GitHub
dbe65578 bfdeb2b4

+1 -1
+1 -1
packages/format/format.0.1/opam
··· 2 2 maintainer: "philippe.veber@gmail.com" 3 3 build: make 4 4 remove: [make "uninstall"] 5 - depends: ["ocaml" "ocamlfind" "camlp4"] 5 + depends: ["ocaml" {< "5.0"} "ocamlfind" "camlp4"] 6 6 install: [make "install"] 7 7 synopsis: 8 8 "Format is a syntax extension which defines quotations for building"