File: opam

package info (click to toggle)
ppx-sexp-conv 113.33.03-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 492 kB
  • ctags: 981
  • sloc: ml: 8,447; makefile: 56
file content (21 lines) | stat: -rw-r--r-- 607 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
opam-version: "1.2"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/ppx_sexp_conv"
bug-reports: "https://github.com/janestreet/ppx_sexp_conv/issues"
dev-repo: "https://github.com/janestreet/ppx_sexp_conv.git"
license: "Apache-2.0"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
depends: [
  "ocamlbuild"     {build}
  "ocamlfind"      {build & >= "1.3.2"}
  "js-build-tools" {build}
  "ppx_core"
  "ppx_tools"      {>= "0.99.3"}
  "ppx_type_conv"
  "sexplib"
]
available: [ ocaml-version = "4.02.3" ]