this repo has no description

Merge pull request #22907 from UnixJunkie/daft_004

new file: packages/daft/daft.0.0.4/opam

Kate 1c330a93 5ce1b772

Changed files
+45
packages
daft
daft.0.0.4
+45
packages/daft/daft.0.0.4/opam
···
+
opam-version: "2.0"
+
authors: "Francois Berenger"
+
maintainer: "unixjunkie@sdf.org"
+
homepage: "https://github.com/UnixJunkie/daft"
+
bug-reports: "https://github.com/UnixJunkie/daft/issues"
+
dev-repo: "git+https://github.com/UnixJunkie/daft.git"
+
license: "CeCILL-C"
+
build: ["dune" "build" "-p" name "-j" jobs]
+
depends: [
+
"ocaml" {>= "5.0.0"}
+
"dune" {>= "1.1"}
+
"dolog" {>= "4.0.0"}
+
"batteries"
+
"fileutils"
+
"zmq" {>= "5.0.0" & < "5.1.4"}
+
"cryptokit"
+
"base-unix"
+
]
+
synopsis: "DAFT Allows File Transfers"
+
description: """
+
Summary:
+
--------
+
+
Distributed file transfer application in user space.
+
+
Securely move data files during distributed computational experiments and
+
provide a global view of all files, even when there is no distributed
+
filesystem and probably faster than NFS for large files.
+
+
Available commands:
+
-------------------
+
+
put filename: add/publish a given file into the system.
+
+
bcast filename: equivalent to put then send the file to all nodes.
+
+
get filename: retrieve a file previously published into the system.
+
+
ls [-l]: list all files known to the system and optionally where
+
their chunks are.
+
"""
+
url {
+
src: "https://github.com/UnixJunkie/daft/archive/refs/tags/v0.0.4.tar.gz"
+
checksum: "md5=8f1ac7772a8845339160cf3477e62a89"
+
}