From 0a7dc5937f5c6667524d7c40dd360be440936852 Mon Sep 17 00:00:00 2001 From: Marc Lasson Date: Thu, 16 Jan 2025 15:21:04 +0100 Subject: [PATCH] 2 packages from LexiFi/gen_js_api at 1.1.4 --- packages/gen_js_api/gen_js_api.1.1.4/opam | 53 +++++++++++++++++++++++ packages/ojs/ojs.1.1.4/opam | 30 +++++++++++++ 2 files changed, 83 insertions(+) create mode 100644 packages/gen_js_api/gen_js_api.1.1.4/opam create mode 100644 packages/ojs/ojs.1.1.4/opam diff --git a/packages/gen_js_api/gen_js_api.1.1.4/opam b/packages/gen_js_api/gen_js_api.1.1.4/opam new file mode 100644 index 00000000000..4b99bcb7c7c --- /dev/null +++ b/packages/gen_js_api/gen_js_api.1.1.4/opam @@ -0,0 +1,53 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Easy OCaml bindings for JavaScript libraries" +description: """ + +gen_js_api aims at simplifying the creation of OCaml bindings for +JavaScript libraries. Authors of bindings write OCaml signatures for +JavaScript libraries and the tool generates the actual binding code +with a combination of implicit conventions and explicit annotations. + +gen_js_api is to be used with the js_of_ocaml compiler. + """ +maintainer: ["Alain Frisch "] +authors: [ + "Alain Frisch " + "Sebastien Briais " +] +license: "MIT" +homepage: "https://github.com/LexiFi/gen_js_api" +bug-reports: "https://github.com/LexiFi/gen_js_api/issues" +depends: [ + "dune" {>= "3.0"} + "ocaml" {>= "4.08"} + "ppxlib" {>= "0.26"} + "js_of_ocaml-compiler" {with-test} + "ojs" {= version} + "odoc" {with-doc} +] +conflicts: [ + "js_of_ocaml-compiler" {< "4.0.0"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/LexiFi/gen_js_api.git" +url { + src: "https://github.com/LexiFi/gen_js_api/archive/refs/tags/v1.1.4.tar.gz" + checksum: [ + "md5=929c88d650cb6702621379d9646494ed" + "sha512=819ddd0db6d6a562f9fe150a6d302051b3dba4e9db8120e482a8ea406935acab37c3eef850163c818511b167eed1b17ca2292a22051b2cbd2fd46ee9f6da7716" + ] +} diff --git a/packages/ojs/ojs.1.1.4/opam b/packages/ojs/ojs.1.1.4/opam new file mode 100644 index 00000000000..93fd81e0c86 --- /dev/null +++ b/packages/ojs/ojs.1.1.4/opam @@ -0,0 +1,30 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Runtime Library for gen_js_api generated libraries" +description: "To be used in conjunction with gen_js_api" +maintainer: ["Alain Frisch "] +authors: [ + "Alain Frisch " + "Sebastien Briais " +] +license: "MIT" +homepage: "https://github.com/LexiFi/gen_js_api" +bug-reports: "https://github.com/LexiFi/gen_js_api/issues" +depends: [ + "dune" {>= "3.0"} + "ocaml" {>= "4.08"} + "js_of_ocaml-compiler" {>= "4.0.0"} + "odoc" {with-doc} +] +dev-repo: "git+https://github.com/LexiFi/gen_js_api.git" +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}] +] +url { + src: "https://github.com/LexiFi/gen_js_api/archive/refs/tags/v1.1.4.tar.gz" + checksum: [ + "md5=929c88d650cb6702621379d9646494ed" + "sha512=819ddd0db6d6a562f9fe150a6d302051b3dba4e9db8120e482a8ea406935acab37c3eef850163c818511b167eed1b17ca2292a22051b2cbd2fd46ee9f6da7716" + ] +}