this repo has no description

[new release] quickjs (0.1.2)

CHANGES:

## 0.1.1

Bug fix for RegExp backtracking when not find a match

## 0.1.0

Initial release of quickjs. This release only includes bindings to libregexp and exposes the API of the QuickJS C library with the same shape as the JavaScript API: RegExp.

Changed files
+43
packages
quickjs
quickjs.0.1.2
+43
packages/quickjs/quickjs.0.1.2/opam
···
···
+
opam-version: "2.0"
+
synopsis:
+
"Bindings for QuickJS (a Javascript Engine to be embedded https://bellard.org/quickjs)"
+
maintainer: ["David Sancho <dsnxmoreno@gmail.com>"]
+
authors: ["David Sancho <dsnxmoreno@gmail.com>"]
+
license: "MIT"
+
homepage: "https://github.com/ml-in-barcelona/quickjs.ml"
+
bug-reports: "https://github.com/ml-in-barcelona/quickjs.ml/issues"
+
depends: [
+
"dune" {>= "3.8"}
+
"ocaml" {>= "5.0.0"}
+
"integers"
+
"ctypes"
+
"alcotest" {with-test}
+
"fmt" {with-test}
+
"odoc" {with-doc}
+
"ocaml-lsp-server" {with-test}
+
"ocamlformat" {= "0.26.1" & with-test}
+
]
+
dev-repo: "git+https://github.com/ml-in-barcelona/quickjs.ml.git"
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@new-doc" {with-doc}
+
]
+
]
+
url {
+
src:
+
"https://github.com/ml-in-barcelona/quickjs.ml/releases/download/0.1.2/quickjs-0.1.2.tbz"
+
checksum: [
+
"sha256=27f6c8c9a3a7afa3ab7506d1154f22cf41249e2b789c0c6c634982809d17ad57"
+
"sha512=860ca84b9409a54b2fedc6b9777009872b9508bcee0f8ca3555822618640d763820e1be11c47603a4638885ab3df7eb705523cef330479147340404a7f2faa35"
+
]
+
}
+
x-commit-hash: "d58993c2299462690b4fbb94b5912fd12d91c976"