about summary refs log tree commit diff
path: root/logbook.opam
blob: 0e9197c478940894034fbc2956fed1c631a39161 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
opam-version: "1.2"
maintainer: "sternenseemann <post@lukasepple.de>"
authors: ["sternenseemann <post@lukasepple.de>"]
homepage: "https://github.com/sternenseemann/logbook"
doc: "https://sternenseemann.github.io/logbook/doc"
license: "ISC"
dev-repo: "https://github.com/sternenseemann/logbook.git"
bug-reports: "https://github.com/sternenseemann/logbook/issues"
tags: []
depends: [
  "ocaml" {>= "4.07"}
  "dune" {>= "2.4"}
  "ptime" {>= "0.8.0"}
  "angstrom" {>= "0.12.0"}
  "astring" {>= "0.8.0"}
  "lwt"
  "jingoo"
  "cow"
  ]
depopts: []
build: [
  [ "dune" "subst" ] { pinned }
  [ "dune" "build" "-p" name "-j" jobs ]
]