Skip to content

Commit 65cea8e

Browse files
committed
add META
1 parent c65b4a9 commit 65cea8e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pkg/META

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version = "%%VERSION_NUM%%"
2+
description = "Bindings for the JS Gamepad API"
3+
archive(byte) = "gamepad.cma"
4+
archive(native) = "gamepad.cmxa"
5+
plugin(byte) = "gamepad.cma"
6+
plugin(native) = "gamepad.cmxs"
7+
requires = "js_of_ocaml"

0 commit comments

Comments
 (0)