File: opam

package info (click to toggle)
ppx-tools 5.0%2B4.02.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 164 kB
  • ctags: 277
  • sloc: ml: 1,238; makefile: 92
file content (15 lines) | stat: -rw-r--r-- 516 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
opam-version: "1.2"
maintainer: "alain.frisch@lexifi.com"
authors: [ "Alain Frisch <alain.frisch@lexifi.com>" ]
license: "MIT"
homepage: "https://github.com/alainfrisch/ppx_tools"
bug-reports: "https://github.com/alainfrisch/ppx_tools/issues"
dev-repo: "git://github.com/alainfrisch/ppx_tools.git"
tags: [ "syntax" ]
build: [[make "all"]]
install: [[make "install"]]
remove: [["ocamlfind" "remove" "ppx_tools"]]
depends: [
  "ocamlfind" {>= "1.5.0"}
]
available: ocaml-version >= "4.02.0" & ocaml-version < "4.03.0"