Skip to content

Commit

Permalink
Merge pull request #5074 from fxfactorial/opam-publish/socket_io.0.1
Browse files Browse the repository at this point in the history
socket_io.0.1 - via opam-publish
  • Loading branch information
samoht committed Nov 9, 2015
2 parents affc16d + 9cfa949 commit 6592737
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/socket_io/socket_io.0.1/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
OCaml js_of_ocaml bindings for npm's socket.io
These are OCaml bindings to npm's socket.io package To be used with
NodeJS, easily create nodejs based servers

26 changes: 26 additions & 0 deletions packages/socket_io/socket_io.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
opam-version: "1.2"
maintainer: "Edgar Aroutiounian <edgar.factorial@gmail.com>"
authors: "Edgar Aroutiounian <edgar.factorial@gmail.com>"
homepage: "https://github.com/fxfactorial/ocaml-npm-socket-io"
bug-reports: "https://github.com/fxfactorial/ocaml-npm-socket-io/issues"
dev-repo: "https://github.com/fxfactorial/ocaml-npm-socket-io.git"
license: "BSD-3-clause"
build: [
["oasis" "setup"]
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
["ocaml" "setup.ml" "-build"]
]
install: ["ocaml" "setup.ml" "-install"]
build-test: [
["oasis" "setup"]
["ocaml" "setup.ml" "-configure" "--enable-tests"]
["ocaml" "setup.ml" "-build"]
["ocaml" "setup.ml" "-test"]
]
remove: ["ocamlfind" "remove" "socket_io"]
depends: [
"js_of_ocaml"
"nodejs" {>= "0.3"}
"oasis" {build & >= "0.4"}
"ocamlfind" {build}
]
3 changes: 3 additions & 0 deletions packages/socket_io/socket_io.0.1/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
http:
"https://github.com/fxfactorial/ocaml-npm-socket-io/archive/v0.1.tar.gz"
checksum: "a682847101049430ac6a6e961ecab46c"

0 comments on commit 6592737

Please sign in to comment.