-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcurrent-sesame.opam
49 lines (49 loc) · 1.31 KB
/
current-sesame.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "The OCurrent-powered Static Site Generator"
description:
"Current-sesame builds on top of Sesame providing a toolkit of OCurrent-powered modules for building more complex pipelines that ultimately build websites"
maintainer: ["[email protected]"]
authors: ["Patrick Ferris"]
license: "ISC"
homepage: "https://github.com/patricoferris/sesame"
bug-reports: "https://github.com/patricoferris/sesame/issues"
depends: [
"dune" {>= "2.7"}
"irmin-watcher" {>= "0.4.1"}
"sesame" {= version}
"dream" {>= "1.0.0~alpha2"}
"ppx_deriving_yaml" {>= "0.1.0" & with-test}
"alcotest-lwt" {>= "1.3.0" & with-test}
"yojson" {>= "1.7.0"}
"ptime" {>= "0.8.5"}
"ppx_deriving_yojson" {>= "3.6.1"}
"logs" {>= "0.7.0"}
"graphql_ppx" {>= "1.0.1"}
"fmt" {>= "0.8.9"}
"current" {>= "0.4"}
"cohttp-lwt" {>= "4.0.0"}
"base64" {>= "3.5.0"}
"current_git"
"alcotest" {with-test}
"bos" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/patricoferris/sesame.git"
pin-depends: [
["graphql_ppx.dev" "git+https://github.com/reasonml-community/graphql-ppx"]
]