forked from mirage/ocaml-cstruct
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathppx_cstruct.opam
More file actions
25 lines (25 loc) · 818 Bytes
/
ppx_cstruct.opam
File metadata and controls
25 lines (25 loc) · 818 Bytes
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
opam-version: "1.2"
maintainer: "anil@recoil.org"
authors: ["Anil Madhavapeddy" "Richard Mortier" "Thomas Gazagnaire"
"Pierre Chambart" "David Kaloper" "Jeremy Yallop" "David Scott"
"Mindy Preston" ]
homepage: "https://github.com/mirage/ocaml-cstruct"
license: "ISC"
dev-repo: "https://github.com/mirage/ocaml-cstruct.git"
bug-reports: "https://github.com/mirage/ocaml-cstruct/issues"
tags: [ "org:mirage" "org:ocamllabs" ]
build: [
["jbuilder" "subst" "-p" name "--name" name] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]
build-test: [
["jbuilder" "runtest" "-j" jobs]
]
depends: [
"jbuilder" {build & >="1.0+beta7"}
"cstruct"
"ounit" {test}
"ppx_tools_versioned" {>="5.0.1"}
"ocaml-migrate-parsetree"
]
available: [ocaml-version >= "4.02.3"]