-
Notifications
You must be signed in to change notification settings - Fork 1
/
stappl.opam
42 lines (42 loc) · 1.14 KB
/
stappl.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Statically typed probabilistic programming language"
description:
"STAPPL is a statically typed probabilistic programming language"
maintainer: ["Dohyung Kim" "Jaeho Lee" "Hyeonseo Yang"]
authors: ["Dohyung Kim" "Jaeho Lee" "Hyeonseo Yang"]
license: "MIT"
homepage: "https://github.com/shapespeare/stappl"
bug-reports: "https://github.com/shapespeare/stappl/issues"
depends: [
"dune" {>= "3.4"}
"core" {>= "0.16.2"}
"core_unix" {>= "0.16.0"}
"fmt" {>= "0.9.0"}
"logs" {>= "0.7.0"}
"owl" {>= "1.1"}
"pyml" {>= "20231101"}
"string_dict" {>= "0.16.0"}
"ppx_jane" {>= "0.16.0"}
"menhir" {>= "20231231"}
"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/shapespeare/stappl.git"
pin-depends: [
[ "owl.1.1" "git+https://github.com/owlbarn/owl#06943b0267e7e80dd0eba94ebf63ca4d25c71910" ]
[ "pyml.20231101" "git+https://github.com/Zeta611/pyml#d62a7b9c2e3a856121c9cc850d71a11b00243b0c" ]
]