Skip to content

Commit

Permalink
🔧 Add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeta611 committed Jun 1, 2024
1 parent 4fbc5b2 commit 3f80f57
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
22 changes: 18 additions & 4 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,24 @@
(source
(github shapespeare/stappl))

(authors "Dohyung Kim")

(maintainers "Dohyung Kim")

(authors
"Dohyung Kim"
"Jaeho Lee"
"Hyeonseo Yang")

(maintainers
"Dohyung Kim"
"Jaeho Lee"
"Hyeonseo Yang")

(package
(name stappl)
(synopsis "Statically typed probabilistic programming language")
(description "STAPPL is a statically typed probabilistic programming language")
(depends
(core (>= 0.16.2))
(ppx_jane (>= 0.16.0))
(menhir (>= 20231231))))
;(map_workspace_root false)

(license MIT)
Expand Down
10 changes: 8 additions & 2 deletions stappl.opam
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
maintainer: ["Dohyung Kim"]
authors: ["Dohyung Kim"]
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"}
"ppx_jane" {>= "0.16.0"}
"menhir" {>= "20231231"}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit 3f80f57

Please sign in to comment.