this repo has no description
0
fork

Configure Feed

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

Merge pull request #25415 from davesnx/release-quickjs-0.1.1

[new release] quickjs (0.1.1)

authored by

Marcello Seri and committed by
GitHub
a6ba9823 e3ff9f97

+44
+44
packages/quickjs/quickjs.0.1.1/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 + "integers" 13 + "ctypes" 14 + "alcotest" {with-test} 15 + "fmt" {with-test} 16 + "odoc" {with-doc} 17 + "ocaml-lsp-server" {with-test} 18 + "ocamlformat" {= "0.26.1" & with-test} 19 + ] 20 + conflicts: [ "ocaml-option-bytecode-only" ] 21 + dev-repo: "git+https://github.com/ml-in-barcelona/quickjs.ml.git" 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@runtest" {with-test} 33 + "@new-doc" {with-doc} 34 + ] 35 + ] 36 + url { 37 + src: 38 + "https://github.com/ml-in-barcelona/quickjs.ml/releases/download/0.1.1/quickjs-0.1.1.tbz" 39 + checksum: [ 40 + "sha256=678b5048d688ffa7cd3a79b528edb542b28d0eb49cb83d8dd95361634412ac33" 41 + "sha512=f4936afb14e70b699685ad32fa6ca1b31fdf1d3fcd4a3dd614151f640071e6a26a11d5a49cd1d1a0e13e502b647cdd2bd87d4435a5d84ebde86ffb193c425645" 42 + ] 43 + } 44 + x-commit-hash: "b2fe0fb953f80b4d2d3656d8abf8e2d4b5869260"