-
Notifications
You must be signed in to change notification settings - Fork 4
/
obeam.opam
27 lines (27 loc) · 991 Bytes
/
obeam.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
opam-version: "2.0"
name: "obeam"
version: "0.1.5"
maintainer: "yutopp <[email protected]>"
authors: ["yutopp <[email protected]>" "amutake <[email protected]>"]
homepage: "https://github.com/yutopp/obeam"
bug-reports: "https://github.com/yutopp/obeam/issues"
license: "Boost License Version 1.0"
dev-repo: "git+https://github.com/yutopp/obeam.git"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.07.0"}
"base" {>= "v0.11.0"}
"stdio" {>= "v0.11.0"}
"bitstring" {>= "3.0.0"}
"camlzip" {>= "1.07"}
"zarith" {>= "1.7"}
"ppx_here" {>= "v0.11.0"}
"ppx_let" {>= "v0.11.0"}
"ppx_sexp_conv" {>= "v0.11.2"}
"dune" {build}
"bisect_ppx" {build}
"expect_test_helpers_kernel" {with-test}
]
synopsis: "A utility library for parsing BEAM format"