semsimian 0.2.18

Sematic similarity calculations for ontologies implemented in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
FROM rust:latest

WORKDIR /usr/src/app
COPY . .

RUN rustup install nightly
RUN rustup default nightly

RUN apt-get update && apt-get install -y llvm-dev libclang-dev clang

RUN cargo install grcov