this repo has no description
1opam-version: "2.0" 2authors: ["Masateru Kawaguchi"] 3maintainer: "unixjunkie@sdf.org" 4homepage: "https://github.com/masateruk/micro-caml" 5license: "BSD-3-Clause" 6build: [ 7 [make] 8] 9dev-repo: "git+https://github.com/masateruk/micro-caml" 10synopsis: "Translate OCaml code into C code" 11depends: [ 12 "ocaml" {< "5.0"} 13] 14url { 15 src: "https://github.com/masateruk/micro-caml/archive/v0.1.tar.gz" 16 checksum: [ 17 "sha256=697ea348fbf441b04bcf897213435a424644363b584711e731fdbd8d0e5343fe" 18 "md5=d908ba04acf795c410616e83bfd663b6" 19 ] 20} 21extra-source "ucaml.install" { 22 src: 23 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ucaml/ucaml.install" 24 checksum: [ 25 "sha256=9d34ffc9a4c665abae8d1d3e01766ba417b57caf523f46131270aaf2f101692c" 26 "md5=25d555ca28a54aded0ee7aba4ab80d83" 27 ] 28}