-
Notifications
You must be signed in to change notification settings - Fork 3
/
opam
27 lines (27 loc) · 906 Bytes
/
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
name: "cppffigen"
opam-version: "2.0"
synopsis: "A C++ foreign-function-interface generator for Ocaml based on C++ STL Containers"
license: "Apache-2.0"
maintainer: "Chet Murthy <chetsky@gmail.com>"
authors: "Chet Murthy <chetsky@gmail.com>"
homepage: "https://github.com/chetmurthy/ocaml-cppffigen"
bug-reports: "Chet Murthy <chetsky@gmail.com>"
depends: [
"ppx_deriving" { >= "5.2.1" }
"ppx_sexp_conv" { >= "v0.14.3" }
"pcre" { >= "7.5.0" }
"sexplib" { >= "v0.14.0" }
"cmdliner" { >= "1.0.4" }
]
build: [
[make "all"]
[make "test"] { with-test }
]
install: [make "install"]
dev-repo: "git+https://github.com/chetmurthy/ocaml-cppffigen"
url {
src: "https://github.com/chetmurthy/ocaml-cppffigen/archive/refs/tags/0.002.tar.gz"
checksum: [
"sha512=65cd953733c063b692bebfc47c36ed9fdc90a248bd1bca496e1ad35e653ab430cd7040ef7216abd5056d3f5bac90e7de44d31f981fdab05f736a352de266f3a3"
]
}