this repo has no description
1opam-version: "2.0" 2authors: "Francois Berenger" 3maintainer: "unixjunkie@sdf.org" 4homepage: "https://github.com/UnixJunkie/MMO" 5bug-reports: "https://github.com/UnixJunkie/MMO/issues" 6dev-repo: "git+https://github.com/UnixJunkie/MMO.git" 7license: "BSD-3-Clause" 8build: ["dune" "build" "-p" name "-j" jobs] 9depends: [ 10 "batteries" {>= "3.5.0"} 11 "bst" {>= "2.0.0"} 12 "dolog" {>= "5.0.0"} 13 "dune" {>= "1.11"} 14 "line_oriented" 15 "minicli" {>= "5.0.0"} 16 "ocaml" {>= "4.14.1"} 17 "parany" {>= "14.0.0"} 18 "vector3" 19 "base-bigarray" 20 "genspir" 21 "bitv" 22 "pyml" 23 "ocamlgraph" 24 "cppo" 25 "nlopt" 26 "cpm" 27 # only if rebuilding the python bindings 28 # "pyml_bindgen" 29 # "ocamlformat" 30] 31synopsis: "Small Library for Molecular Mechanics in OCaml" 32url { 33 # only the library is released: git branch released_library 34 src: "https://github.com/UnixJunkie/MMO/archive/refs/tags/v1.0.1.tar.gz" 35 checksum: [ 36 "sha256=c6a2afde56c47c0c7f9e1f5217b242f4f53c02e8ae6ccba37ac5ff19070e52cd" 37 "md5=49ccb802ade0ea99e0b934e292db343a" 38 ] 39}