about summary refs log tree commit diff
path: root/opam
blob: b0c9dc1e646791f1ecbb74bb7d876cdb68cd7253 (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: []
available: [ ocaml-version >= "4.02.0" ]
depends: [
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build} 
  "ptime"
  "angstrom"
  "astring"
  "lwt"
  "jingoo"
  ]
depopts: []
build: [
  "ocaml" "pkg/pkg.ml" "build"
          "--pinned" pinned ]