this repo has no description

Apply suggestions from code review

Changed files
+2 -2
packages
quickjs
quickjs.0.1.1
quickjs.0.1.2
+1 -1
packages/quickjs/quickjs.0.1.1/opam
···
"dune" {>= "3.8"}
"ocaml" {>= "4.14.1"}
"integers"
-
"ctypes"
+
"ctypes" {>= "0.13.0"}
"alcotest" {with-test}
"fmt" {with-test}
"odoc" {with-doc}
+1 -1
packages/quickjs/quickjs.0.1.2/opam
···
"dune" {>= "3.8"}
"ocaml" {>= "4.14.1"}
"integers"
-
"ctypes"
+
"ctypes" {>= "0.13.0"}
"alcotest" {with-test}
"fmt" {with-test}
"odoc" {with-doc}