this repo has no description
1opam-version: "2.0"
2maintainer: "seb@mondet.org"
3homepage: "http://seb.mondet.org/software/atd2cconv/index.html"
4build: [make "-f" "Makefile-ocamlbuild"]
5remove: [make "-f" "Makefile-ocamlbuild" "uninstall" "BINDIR=%{bin}%"]
6depends: [
7 "ocaml" {>= "4.01.0"}
8 "ocamlbuild" {build}
9 "ocamlfind"
10 "nonstd"
11 "smart-print"
12 "atd" {< "1.13.0"}
13]
14dev-repo: "git+https://github.com/smondet/atd2cconv"
15install: [make "-f" "Makefile-ocamlbuild" "install" "BINDIR=%{bin}%"]
16synopsis:
17 "Convert ATD definitions to OCaml code that uses the CConv 0.1 library"
18url {
19 src: "https://github.com/smondet/atd2cconv/archive/atd2cconv.0.0.0.tar.gz"
20 checksum: [
21 "sha256=c18fe4f9d4df8edf6223b724f51aeb96b6effbdb39ce2ffb6b448227738bf85d"
22 "md5=7fa2ec65acf3a2eed28322afd3cecebf"
23 ]
24}