Simplify abstract syntax further. Added OML exporter and test.
This commit is contained in:
parent
a84f473feb
commit
ea70d9278e
11 changed files with 155 additions and 29 deletions
|
|
@ -1,9 +0,0 @@
|
|||
with import <nixpkgs> {};
|
||||
with pkgs.python3Packages;
|
||||
|
||||
buildPythonPackage {
|
||||
name = "xopp2py";
|
||||
src = ./.;
|
||||
format = "pyproject"; # tell Nix to use pyproject.toml
|
||||
propagatedBuildInputs = [ hatchling ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue