Skip to content

Commit

Permalink
Merge pull request #7793 from samoht/opam-publish/named-pipe.0.4.0
Browse files Browse the repository at this point in the history
named-pipe.0.4.0 - via opam-publish
  • Loading branch information
fdopen committed Nov 10, 2016
1 parent 00e11d7 commit afd7c79
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/named-pipe/named-pipe.0.4.0/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bindings for named pipes

Named pipes are used on Windows for local (and remote) IPC. Where a Unix
system would use a Unix domain socket, a Windows system will probably used
a named pipe.
28 changes: 28 additions & 0 deletions packages/named-pipe/named-pipe.0.4.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
opam-version: "1.2"
maintainer: "[email protected]"
authors: [ "David Scott" "Thomas Gazagnaire"]
license: "ISC"
homepage: "https://github.com/mirage/ocaml-named-pipe"
dev-repo: "https://github.com/mirage/ocaml-named-pipe.git"
bug-reports: "https://github.com/mirage/ocaml-named-pipe/issues"
doc: "https://mirage.github.io/ocaml-named-pipe/"

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: [
"ocamlfind" {build}
"ocamlbuild" {build & >= "0.9.3"}
"topkg" {build & >= "0.8.1"}
"ocb-stubblr" {build & >= "0.1.0"}
"base-bytes"
"lwt" {>= "2.4.7"}
"base-unix"
"cmdliner"
"alcotest" {test & >= "0.4.0"}
]

available: [ ocaml-version >= "3.12.1" ]
2 changes: 2 additions & 0 deletions packages/named-pipe/named-pipe.0.4.0/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/mirage/ocaml-named-pipe/releases/download/0.4.0/named-pipe-0.4.0.tbz"
checksum: "ec3a7aaec3cc0efd6560dd1668da6def"

0 comments on commit afd7c79

Please sign in to comment.