From ecbf654d38439d576c3d35cf64ee4b848520a26f Mon Sep 17 00:00:00 2001 From: Etienne Millon Date: Sun, 7 Jan 2018 23:15:43 +0100 Subject: [PATCH] gamepad.0.2.0 - via opam-publish --- packages/gamepad/gamepad.0.2.0/descr | 3 +++ packages/gamepad/gamepad.0.2.0/opam | 24 ++++++++++++++++++++++++ packages/gamepad/gamepad.0.2.0/url | 2 ++ 3 files changed, 29 insertions(+) create mode 100644 packages/gamepad/gamepad.0.2.0/descr create mode 100644 packages/gamepad/gamepad.0.2.0/opam create mode 100644 packages/gamepad/gamepad.0.2.0/url diff --git a/packages/gamepad/gamepad.0.2.0/descr b/packages/gamepad/gamepad.0.2.0/descr new file mode 100644 index 00000000000..c391ab473d1 --- /dev/null +++ b/packages/gamepad/gamepad.0.2.0/descr @@ -0,0 +1,3 @@ +Bindings for the JS Gamepad API + +Using this and js_of_ocaml, you can use gamepads with OCaml in your browser. diff --git a/packages/gamepad/gamepad.0.2.0/opam b/packages/gamepad/gamepad.0.2.0/opam new file mode 100644 index 00000000000..e1ec0702bf0 --- /dev/null +++ b/packages/gamepad/gamepad.0.2.0/opam @@ -0,0 +1,24 @@ +opam-version: "1.2" +maintainer: "Etienne Millon " +authors: "Etienne Millon " +homepage: "https://github.com/emillon/gamepad_of_ocaml" +bug-reports: "https://github.com/emillon/gamepad_of_ocaml/issues" +license: "BSD-2" +dev-repo: "https://github.com/emillon/gamepad_of_ocaml.git" +doc: "https://emillon.github.io/gamepad_of_ocaml/doc" +build: [ + [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ] +] +build-test: [ + [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true" ] + [ "ocaml" "pkg/pkg.ml" "test" ] +] +depends: [ + "ocamlbuild" {build} + "ocamlfind" {build} + "topkg" {build} + "lwt" + "lwt_ppx" + "js_of_ocaml-lwt" {>= "3.0"} + "js_of_ocaml-ocamlbuild" {build} +] diff --git a/packages/gamepad/gamepad.0.2.0/url b/packages/gamepad/gamepad.0.2.0/url new file mode 100644 index 00000000000..739315a72dc --- /dev/null +++ b/packages/gamepad/gamepad.0.2.0/url @@ -0,0 +1,2 @@ +archive: "https://github.com/emillon/gamepad_of_ocaml/releases/download/v0.2.0/gamepad-0.2.0.tbz" +checksum: "48df2644612a86a24f84e54090c68dd7" \ No newline at end of file