this repo has no description
1opam-version: "2.0"
2maintainer: "seb@mondet.org"
3homepage: "https://github.com/smondet/pbs"
4build: "omake"
5remove:
6 [
7 ["omake" "uninstall"]
8 ]
9depends: [
10 "ocaml" {>= "4.00.0"}
11 "ocamlfind"
12 "omake"
13 "nonstd"
14 "sosa"
15 "pvem"
16]
17dev-repo: "git+https://github.com/smondet/pbs"
18install: ["omake" "install"]
19synopsis: "Helper library around PBS/Torque"
20description: """
21The library provides parsing of `qstat` output, and PBS script
22generation."""
23url {
24 src: "https://github.com/smondet/pbs/archive/pbs.0.2.0.tar.gz"
25 checksum: [
26 "sha256=b32107c1313b637b344afbd791a8a9aaa76a3ecb9877226fa2c2e7bd764fa518"
27 "md5=7505740ab3a8ea73e23c6c5368690c75"
28 ]
29}