-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patholirvu.opam
38 lines (38 loc) · 972 Bytes
/
olirvu.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Computational Geometry Algorithms"
description: "A longer description"
maintainer: ["[email protected]"]
authors: ["Arulselvan Madhavan"]
license: "MIT"
tags: ["topics" "geometry" "algorithms" "visualization" "ocaml" "vega"]
homepage: "https://github.com/ArulselvanMadhavan/olirvu"
bug-reports: "https://github.com/ArulselvanMadhavan/olirvu/issues"
depends: [
"ocaml" {>= "4.14.1"}
"dune" {>= "3.7"}
"bonsai" {>= "0.15.1"}
"brr" {>= "0.0.4"}
"conduit-lwt" {>= "6.0.0"}
"cohttp-lwt-unix" {>= "5.0.0"}
"integers_stubs_js" {>= "1.0"}
"atdgen" {>= "2.11.0"}
"ppx_make" {>= "0.3.2"}
"owl-base" {>= "1.1"}
"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/ArulselvanMadhavan/olirvu.git"