this repo has no description
1opam-version: "2.0" 2synopsis: "A C++ foreign-function-interface generator for Ocaml based on C++ STL Containers" 3license: "Apache-2.0" 4x-maintenance-intent: [ "(latest)" ] 5maintainer: "Chet Murthy <chetsky@gmail.com>" 6authors: "Chet Murthy <chetsky@gmail.com>" 7homepage: "https://github.com/chetmurthy/ocaml-cppffigen" 8bug-reports: "Chet Murthy <chetsky@gmail.com>" 9depends: [ 10 "ppx_deriving" { >= "5.2.1" } 11 "ppx_sexp_conv" { >= "v0.14.3" } 12 "pcre" { >= "7.5.0" } 13 "sexplib" { >= "v0.14.0" } 14 "cmdliner" { >= "1.0.4" } 15] 16build: [ 17 [make "all"] 18] 19install: [make "install"] 20dev-repo: "git+https://github.com/chetmurthy/ocaml-cppffigen" 21url { 22 src: "https://github.com/chetmurthy/ocaml-cppffigen/archive/refs/tags/0.002.tar.gz" 23 checksum: [ 24 "sha512=65cd953733c063b692bebfc47c36ed9fdc90a248bd1bca496e1ad35e653ab430cd7040ef7216abd5056d3f5bac90e7de44d31f981fdab05f736a352de266f3a3" 25 ] 26}