opam-version: "2.0" maintainer: "public@ffreling.com" authors: "Fabien Freling" bug-reports: "https://gitlab.com/ffreling/ocaml-native-lib/issues" homepage: "https://gitlab.com/ffreling/ocaml-native-lib" dev-repo: "git+https://gitlab.com:ffreling/ocaml-native-lib.git" synopsis: "Sample project to link OCaml to C programs" description: """ """ build: [["dune" "build" "-p" name "-j" jobs]] depends: [ "ocaml" {>= "4.07.0"} "dune" {build & >= "1.9"} ]