this repo has no description
1opam-version: "2.0"
2maintainer: "philippe.veber@gmail.com"
3authors: ["Martin Jambon"]
4homepage: "http://mjambon.com/camlmix/"
5license: "BSD-3-Clause"
6build: make
7install: [make "install" "PREFIX=%{prefix}%"]
8synopsis:
9 "Camlmix is a generic preprocessor which converts text with embedded"
10description: "OCaml into an OCaml program with embedded text."
11depends: ["ocaml" {< "5.0"}]
12url {
13 src:
14 "https://github.com/mjambon/mjambon2016/raw/master/camlmix/camlmix-1.3.0.tar.gz"
15 checksum: [
16 "sha256=27115687420865ac7397fd09e005cc8ee02b8b4ab2adaafb1586573d01bc029e"
17 "md5=abaf0152bfc786398c2c4f9176a789a8"
18 ]
19}
20extra-source "camlmix.install" {
21 src:
22 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/camlmix/camlmix.install"
23 checksum: [
24 "sha256=f6b07f5303ffea562069bc0b50d7171ef59d34c17bf49e64f8dec66162b69b40"
25 "md5=1ea4b7e885e018853e85d64bc7606ca6"
26 ]
27}