this repo has no description
0
fork

Configure Feed

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

Apply suggestions from code review

authored by

Marcello Seri and committed by
GitHub
d30f1d63 4080d99a

+2 -2
+1 -1
packages/quickjs/quickjs.0.1.1/opam
··· 10 10 "dune" {>= "3.8"} 11 11 "ocaml" {>= "4.14.1"} 12 12 "integers" 13 - "ctypes" 13 + "ctypes" {>= "0.13.0"} 14 14 "alcotest" {with-test} 15 15 "fmt" {with-test} 16 16 "odoc" {with-doc}
+1 -1
packages/quickjs/quickjs.0.1.2/opam
··· 10 10 "dune" {>= "3.8"} 11 11 "ocaml" {>= "4.14.1"} 12 12 "integers" 13 - "ctypes" 13 + "ctypes" {>= "0.13.0"} 14 14 "alcotest" {with-test} 15 15 "fmt" {with-test} 16 16 "odoc" {with-doc}