Skip to content

Commit

Permalink
gamepad.0.2.0 - via opam-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
emillon committed Jan 7, 2018
1 parent 26253e3 commit ecbf654
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/gamepad/gamepad.0.2.0/descr
Original file line number Diff line number Diff line change
@@ -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.
24 changes: 24 additions & 0 deletions packages/gamepad/gamepad.0.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
opam-version: "1.2"
maintainer: "Etienne Millon <[email protected]>"
authors: "Etienne Millon <[email protected]>"
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}
]
2 changes: 2 additions & 0 deletions packages/gamepad/gamepad.0.2.0/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/emillon/gamepad_of_ocaml/releases/download/v0.2.0/gamepad-0.2.0.tbz"
checksum: "48df2644612a86a24f84e54090c68dd7"

0 comments on commit ecbf654

Please sign in to comment.