this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #19291 from UnixJunkie/fasmifra_110

added packages/fasmifra/fasmifra.1.1.0/opam

authored by

Marcello Seri and committed by
GitHub
cdacbab0 5d2c8471

+36
+36
packages/fasmifra/fasmifra.1.1.0/opam
··· 1 + opam-version: "2.0" 2 + authors: "Francois Berenger" 3 + maintainer: "unixjunkie@sdf.org" 4 + homepage: "https://github.com/UnixJunkie/FASMIFRA" 5 + bug-reports: "https://github.com/UnixJunkie/FASMIFRA/issues" 6 + dev-repo: "git+https://github.com/UnixJunkie/FASMIFRA.git" 7 + license: "GPL-3.0-or-later" 8 + build: ["dune" "build" "-p" name "-j" jobs] 9 + install: [ 10 + ["cp" "bin/fasmifra_fragment.py" "%{bin}%/fasmifra_fragment.py"] 11 + ] 12 + depends: [ 13 + "base-unix" 14 + "batteries" {>= "3.3.0"} 15 + "dolog" {>= "6.0.0"} 16 + "dune" {>= "1.11"} 17 + "minicli" {>= "5.0.0"} 18 + "ocaml" 19 + "parany" {>= "12.0.0"} 20 + "line_oriented" {>= "1.0.0"} 21 + "conf-rdkit" {>= "1"} 22 + "conf-python-3" {>= "1.0.0"} 23 + ] 24 + synopsis: "Molecular Generation by Fast Assembly of SMILES Fragments" 25 + description: """ 26 + Generate molecules fast given a molecular training set. 27 + 28 + Properties of the generated molecules might significantly match 29 + those of the training set (training set distribution matching). 30 + 31 + Reference implementation for a submitted manuscript. 32 + """ 33 + url { 34 + src: "https://github.com/UnixJunkie/FASMIFRA/archive/refs/tags/v1.1.0.tar.gz" 35 + checksum: "md5=d12b87ec8a1a361ef4d9fa1c23615869" 36 + }