-
Notifications
You must be signed in to change notification settings - Fork 1
/
forester.opam
45 lines (45 loc) · 1021 Bytes
/
forester.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "4.1.0"
synopsis: "A tool for tending mathematical forests"
maintainer: ["Jonathan Sterling"]
authors: ["Jonathan Sterling"]
license: "GPL-3.0-or-later"
homepage: "https://sr.ht/~jonsterling/forester/"
bug-reports: "https://todo.sr.ht/~jonsterling/forester"
depends: [
"menhir" {>= "3.0"}
"ocamlgraph" {>= "2.1.0"}
"ocaml" {>= "5.1.1"}
"dune" {>= "3.13"}
"ppx_deriving"
"cmdliner" {>= "1.2.0"}
"dune-build-info"
"uucp" {>= "15.1.0"}
"eio_main" {>= "1.1"}
"ptime" {>= "1.1.0"}
"asai" {>= "0.3.0"}
"yuujinchou" {>= "5.2.0"}
"bwd" {>= "2.3.0"}
"algaeff" {>= "2.0.0"}
"yojson" {>= "2.1.2"}
"toml" {>= "7.1.0"}
"repr" {>= "0.7.0"}
"uri" {>= "4.4.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://git.sr.ht/~jonsterling/ocaml-forester"