this repo has no description
0
fork

Configure Feed

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

Merge pull request #25402 from davesnx/release-quickjs-0.1.0

[new release] quickjs (0.1.0)

authored by

Marcello Seri and committed by
GitHub
72f874e2 040ad054

+45
+45
packages/quickjs/quickjs.0.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Bindings for QuickJS (a Javascript Engine to be embedded https://bellard.org/quickjs)" 4 + maintainer: ["David Sancho <dsnxmoreno@gmail.com>"] 5 + authors: ["David Sancho <dsnxmoreno@gmail.com>"] 6 + license: "MIT" 7 + homepage: "https://github.com/ml-in-barcelona/quickjs.ml" 8 + bug-reports: "https://github.com/ml-in-barcelona/quickjs.ml/issues" 9 + depends: [ 10 + "dune" {>= "3.8"} 11 + "ocaml" {>= "5.0.0"} 12 + "reason" {>= "3.10.0"} 13 + "integers" 14 + "ctypes" 15 + "alcotest" {with-test} 16 + "fmt" {with-test} 17 + "odoc" {with-doc} 18 + "ocaml-lsp-server" {with-test} 19 + "ocamlformat" {= "0.26.1" & with-test} 20 + ] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + conflicts: [ "ocaml-option-bytecode-only" ] 36 + dev-repo: "git+https://github.com/ml-in-barcelona/quickjs.ml.git" 37 + url { 38 + src: 39 + "https://github.com/ml-in-barcelona/quickjs.ml/releases/download/0.1.0/quickjs-0.1.0.tbz" 40 + checksum: [ 41 + "sha256=bd0ada2cea7051f0d359310bfc6e67453ffc3057e158c4abefc6ba9073d4f1ce" 42 + "sha512=bfda4ad6d72f27323eac592e2eff4fdab23f465f4a2fcad4743e0654ec18030bed952aec0c27c0b4ed43833c1c97ea4364b4ad563d9b2213aa851fdf3d06f394" 43 + ] 44 + } 45 + x-commit-hash: "24aa18039f1c378fb3e0aae17b54fe13b38bcc2e"