opam-version: "2.0" authors: "Francois Berenger" maintainer: "unixjunkie@sdf.org" homepage: "https://github.com/UnixJunkie/MMO" bug-reports: "https://github.com/UnixJunkie/MMO/issues" dev-repo: "git+https://github.com/UnixJunkie/MMO.git" license: "BSD-3-Clause" build: ["dune" "build" "-p" name "-j" jobs] depends: [ "batteries" {>= "3.5.0"} "bst" {>= "2.0.0"} "dolog" {>= "5.0.0"} "dune" {>= "1.11"} "line_oriented" "minicli" {>= "5.0.0"} "ocaml" {>= "4.14.1"} "parany" {>= "14.0.0"} "vector3" "base-bigarray" "genspir" "bitv" "pyml" "ocamlgraph" "cppo" "nlopt" "cpm" # only if rebuilding the python bindings # "pyml_bindgen" # "ocamlformat" ] synopsis: "Small Library for Molecular Mechanics in OCaml" url { # only the library is released: git branch released_library src: "https://github.com/UnixJunkie/MMO/archive/refs/tags/v1.0.1.tar.gz" checksum: [ "sha256=c6a2afde56c47c0c7f9e1f5217b242f4f53c02e8ae6ccba37ac5ff19070e52cd" "md5=49ccb802ade0ea99e0b934e292db343a" ] }