this repo has no description
0
fork

Configure Feed

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

nuscr 2.0.0 is not compatible with base v0.17

Fails with
```
# File "lib/syntaxtree/syntax.ml", line 81, characters 24-43:
# 81 | let pp_payloadt fmt p = Caml.Format.fprintf fmt "%s" (show_payloadt p)
# ^^^^^^^^^^^^^^^^^^^
# Error: Unbound module "Caml.Format"

```

authored by

Marcello Seri and committed by
GitHub
5cd05615 402ab79d

+1 -1
+1 -1
packages/nuscr/nuscr.2.0.0/opam
··· 16 16 "menhir" {>= "20190924" & < "20211215"} 17 17 "ppx_deriving" {>= "5.2"} 18 18 "dune" {>= "2.8"} 19 - "base" {>= "v0.12.0"} 19 + "base" {>= "v0.12.0" & < "v0.17" } 20 20 "stdio" {>= "v0.12.0"} 21 21 "ppx_sexp_conv" {>= "v0.12.0"} 22 22 "z3" {with-test}