Skip to content

Commit

Permalink
[new release] js_of_ocaml-webidl and js_of_ocaml-webgpu (0.1) (ocaml#…
Browse files Browse the repository at this point in the history
…16885)

* [new release] js_of_ocaml-webidl and js_of_ocaml-webgpu (0.1)

CHANGES:

Init

* js_of_ocaml-webidl: add lower bound on ocaml

Older version of ocaml faild to build the packages because are not supported by recent janestreeet packages or fallback to old ppx versions

* Update opam

* Update opam

* Update opam

Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>
  • Loading branch information
tari3x and mseri committed Jul 30, 2020
1 parent bc5f52c commit b888533
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 0 deletions.
44 changes: 44 additions & 0 deletions packages/js_of_ocaml-webgpu/js_of_ocaml-webgpu.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
opam-version: "2.0"
synopsis: "Js_of_ocaml bindings for webgpu"
description: "Js_of_ocaml bindings for webgpu"
maintainer: ["Misha Aizatulin <mihhail.aizatulin@gmail.com>"]
authors: ["Misha Aizatulin <mihhail.aizatulin@gmail.com>"]
license: "BSD-3-Clause"
homepage: "https://github.com/tari3x/webgpu"
doc: "https://tari3x.github.io/webgpu"
bug-reports: "https://github.com/tari3x/webgpu"
depends: [
"dune" {>= "2.2"}
"core" {>= "v0.12"}
"async" {>= "v0.12"}
"webidl"
"ppx_deriving"
"js_of_ocaml"
"js_of_ocaml-lwt"
"js_of_ocaml-ppx"
"ppx_jane"
"js_of_ocaml-webidl" {= version}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/tari3x/webgpu.git"
url {
src:
"https://github.com/tari3x/webgpu/releases/download/0.1/js_of_ocaml-webgpu-0.1.tbz"
checksum: [
"sha256=194d9b5aaa28d99a9549807dce68c2563497f2dd96e4e3801f4ad0f1ca9680bb"
"sha512=0e30ede2ce71c05bf06e10df91a50f1cf3ffc1660a5116b665cc1d98d80877c763dc9460c5854bf51e0f2bcb54d1285ecb5108d9e2d26af9caa281742efdae89"
]
}
44 changes: 44 additions & 0 deletions packages/js_of_ocaml-webidl/js_of_ocaml-webidl.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
opam-version: "2.0"
synopsis: "Generate js_of_ocaml bindings from webidl definitions"
description: "Generate js_of_ocaml bindings from webidl definitions"
maintainer: ["Misha Aizatulin <mihhail.aizatulin@gmail.com>"]
authors: ["Misha Aizatulin <mihhail.aizatulin@gmail.com>"]
license: "BSD-3-Clause"
homepage: "https://github.com/tari3x/webgpu"
doc: "https://tari3x.github.io/webgpu"
bug-reports: "https://github.com/tari3x/webgpu"
depends: [
"ocaml" {>= "4.08"}
"dune" {>= "2.2"}
"core" {>= "v0.12"}
"async" {>= "v0.12"}
"webidl"
"ppx_deriving"
"js_of_ocaml"
"js_of_ocaml-lwt"
"js_of_ocaml-ppx"
"ppx_jane"
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/tari3x/webgpu.git"
url {
src:
"https://github.com/tari3x/webgpu/releases/download/0.1/js_of_ocaml-webgpu-0.1.tbz"
checksum: [
"sha256=194d9b5aaa28d99a9549807dce68c2563497f2dd96e4e3801f4ad0f1ca9680bb"
"sha512=0e30ede2ce71c05bf06e10df91a50f1cf3ffc1660a5116b665cc1d98d80877c763dc9460c5854bf51e0f2bcb54d1285ecb5108d9e2d26af9caa281742efdae89"
]
}

0 comments on commit b888533

Please sign in to comment.