This repository has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Void Processes in Eio_linux"
4description: "A longer description"
5maintainer: ["Patrick Ferris"]
6authors: ["Patrick Ferris"]
7license: "MIT"
8tags: ["linux" "process" "spawn"]
9homepage: "https://github.com/patricoferris/void"
10doc: "https://ocaml.org/p/void"
11bug-reports: "https://github.com/patricoferris/void/issues"
12depends: [
13 "ocaml"
14 "dune" {>= "3.15"}
15 "eio_posix"
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32dev-repo: "git+https://github.com/patricoferris/void.git"