package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.12.1.tbz
sha256=b9fd6560879f9d340ae8a87c967b0d2bcd3c4120cffcd9fb661f325078f74f6f
sha512=1a4159d18a7aee0ca9f53f176955a41f5a6d83b16885e7f6ac47326453572df74a87f21f4ceddb8d2e94e00f61d2ba5ca6dba299679968f1d151d2811dcd2014

Description

Dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

Dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

Dune is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 30 Nov 2023

README

README.md

A Composable Build System for OCaml

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. abella >= "2.0.8"
  6. absolute
  7. abstract_algebra
  8. accessor
  9. accessor_async
  10. accessor_base
  11. accessor_core
  12. acgtk >= "1.4.0"
  13. aches
  14. aches-lwt
  15. acp4
  16. acpc >= "2.0.0"
  17. adobe_font_metrics
  18. advi
  19. afl-persistent >= "1.4"
  20. agrid
  21. ahrocksdb
  22. aifad >= "2.2.1"
  23. alba >= "0.4.1"
  24. albatross
  25. alcotest >= "0.8.5"
  26. alcotest-async >= "0.8.5"
  27. alcotest-js
  28. alcotest-lwt >= "0.8.5"
  29. alcotest-mirage
  30. alg_structs
  31. alg_structs_qcheck
  32. algaeff
  33. alonzo
  34. alsa >= "0.3.0"
  35. alt-ergo >= "2.3.0"
  36. alt-ergo-free >= "2.3.3.dune3"
  37. alt-ergo-lib >= "2.4.2"
  38. alt-ergo-lib-free >= "2.3.3.dune3"
  39. alt-ergo-parsers
  40. alt-ergo-parsers-free
  41. alt-ergo-plugin-ab-why3
  42. altgr-ergo >= "2.3.0"
  43. ambient-context
  44. ambient-context-eio
  45. ambient-context-lwt
  46. amf >= "0.1.2"
  47. amqp-client >= "2.0.3"
  48. amqp-client-async >= "2.0.3"
  49. amqp-client-lwt >= "2.0.3"
  50. anders
  51. angstrom >= "0.11.1"
  52. angstrom-async >= "0.11.1"
  53. angstrom-lwt-unix >= "0.11.1"
  54. angstrom-unix >= "0.11.1"
  55. ansi
  56. ansi-parse >= "0.4.0"
  57. anthill
  58. antic != "0.3.1"
  59. ao >= "0.2.2"
  60. apronext
  61. arb != "0.3.1"
  62. archetype
  63. archi
  64. archi-async
  65. archi-lwt
  66. arg-complete
  67. argon2 >= "1.0.0"
  68. argsh
  69. arp >= "1.0.0"
  70. arp-mirage
  71. arrakis
  72. arrayjit
  73. art
  74. asai
  75. asak
  76. ask
  77. ask-integrator
  78. asli >= "0.2.0"
  79. asn1-combinators >= "0.2.2"
  80. ast_generic
  81. async >= "v0.12.0"
  82. async-uri
  83. async_durable >= "v0.12.0"
  84. async_extra >= "v0.12.0"
  85. async_find >= "v0.12.0"
  86. async_graphics >= "0.7.0"
  87. async_inotify >= "v0.12.0"
  88. async_interactive >= "v0.12.0"
  89. async_js >= "v0.12.0"
  90. async_kernel >= "v0.12.0"
  91. async_rpc_kernel >= "v0.12.0"
  92. async_rpc_websocket
  93. async_sendfile >= "v0.12.0"
  94. async_shell >= "v0.12.0"
  95. async_smtp >= "v0.12.0"
  96. async_ssl >= "v0.12.0"
  97. async_udp
  98. async_unix >= "v0.12.0"
  99. async_websocket
  100. atable
  101. atacama
  102. atd >= "2.2.1"
  103. atdd
  104. atdgen >= "2.2.1"
  105. atdgen-codec-runtime
  106. atdgen-runtime >= "2.2.1"
  107. atdj >= "2.2.1" & < "20151001.01"
  108. atdpy
  109. atds
  110. atdts
  111. atomic < "base"
  112. autofonce
  113. autofonce_config
  114. autofonce_core
  115. autofonce_lib
  116. autofonce_m4
  117. autofonce_misc
  118. autofonce_patch
  119. autofonce_share
  120. avro
  121. avro-compiler
  122. awa
  123. awa-lwt
  124. awa-mirage
  125. aws >= "1.2"
  126. aws-async
  127. aws-autoscaling >= "1.2"
  128. aws-cloudformation >= "1.2"
  129. aws-cloudtrail >= "1.2"
  130. aws-cloudwatch
  131. aws-config
  132. aws-ec2 >= "1.2"
  133. aws-elasticache
  134. aws-elasticloadbalancing >= "1.2"
  135. aws-lwt
  136. aws-rds
  137. aws-route53
  138. aws-s3 >= "4.0.0"
  139. aws-s3-async >= "4.0.0"
  140. aws-s3-lwt >= "4.0.0"
  141. aws-sdb >= "1.2"
  142. aws-sqs
  143. aws-ssm >= "1.2"
  144. aws-sts >= "1.2"
  145. awsm
  146. awsm-async
  147. awsm-codegen
  148. awsm-lwt
  149. azblob
  150. azblob-async
  151. azure-cosmos-db
  152. babel
  153. backoff
  154. bag
  155. baguette_sharp
  156. bam
  157. bare_encoding
  158. bark
  159. base >= "v0.12.0"
  160. base32
  161. base64 >= "2.3.0"
  162. base_bigstring
  163. base_quickcheck >= "v0.12.1"
  164. base_trie
  165. bastet
  166. bastet_async
  167. bastet_lwt
  168. batch_jaro_winkler
  169. batsat
  170. batteries >= "3.7.1"
  171. bddrand
  172. bech32
  173. bechamel
  174. bechamel-js
  175. bechamel-notty
  176. bechamel-perf
  177. beluga >= "1.0"
  178. benchmark >= "1.6"
  179. benchpress
  180. benchpress-server
  181. bencode >= "2.0"
  182. bentov
  183. bestline
  184. bheap >= "2.0.0"
  185. bidirectional_map
  186. bigarray-compat
  187. bigarray-overlap
  188. bigdecimal
  189. bignum >= "v0.12.0"
  190. bigstring >= "0.3"
  191. bigstring-unix >= "0.3"
  192. bigstringaf >= "0.5.0"
  193. bimage
  194. bimage-display
  195. bimage-gtk
  196. bimage-io
  197. bimage-lwt
  198. bimage-sdl
  199. bimage-unix
  200. bimap
  201. bin_prot >= "v0.12.0"
  202. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  203. binaryen_dsl
  204. bindlib >= "6.0.0"
  205. biniou >= "1.2.1"
  206. binning
  207. binsec >= "0.4.0"
  208. bio_io
  209. biocaml >= "0.9.0"
  210. biotk
  211. bisect_ppx >= "1.4.0"
  212. bistro >= "0.5.0"
  213. bistro-bio
  214. bitcoin >= "3.0"
  215. bitcoin-cohttp-async
  216. bitcoin-cohttp-lwt
  217. bitcoin-ocurl
  218. bitcoinml >= "0.4.1"
  219. bitlib
  220. bitmasks >= "1.2.0"
  221. bitpack_serializer
  222. bitstring >= "3.1.1"
  223. bitv >= "1.4"
  224. bitwuzla
  225. bitwuzla-bin < "1.0.0"
  226. bitwuzla-c
  227. bitwuzla-cxx
  228. bjack >= "0.1.6"
  229. blake3
  230. bloomf
  231. bls12-381 < "18.0" | >= "19.0"
  232. bls12-381-gen
  233. bls12-381-hash
  234. bls12-381-js
  235. bls12-381-js-gen
  236. bls12-381-legacy
  237. bls12-381-signature
  238. bls12-381-unix
  239. blurhash
  240. bnfgen
  241. bogue
  242. bogue-tutorials
  243. boltzgen
  244. bonsai
  245. boulangerie
  246. box
  247. brr-lwd
  248. bson2
  249. bst >= "7.0.1"
  250. buffer-pool
  251. build_path_prefix_map >= "0.3"
  252. builder
  253. builder-web
  254. bun >= "0.3.4"
  255. bwd
  256. bwrap
  257. bytearray >= "1.0.1"
  258. bytebuffer
  259. bytepdf
  260. bytestring
  261. bz2
  262. ca-certs
  263. ca-certs-nss
  264. cactus
  265. cairn
  266. cairo2 >= "0.6"
  267. cairo2-gtk
  268. cairo2-pango
  269. caisar
  270. caisar-ir
  271. caisar-nnet
  272. caisar-onnx
  273. caisar-ovo
  274. caisar-xgboost
  275. calcium != "0.3.1"
  276. calculon >= "0.4"
  277. calculon-redis
  278. calculon-redis-lib
  279. calculon-web >= "0.4"
  280. caldav
  281. calendar >= "3.0.0"
  282. calendars
  283. calipso
  284. calli
  285. callipyge >= "0.2"
  286. camelot
  287. camels
  288. camelsnakekebab
  289. camlimages >= "5.0.2"
  290. camlix
  291. camlon >= "3.1.0"
  292. camlp-streams
  293. camlrack
  294. camltc >= "0.9.8"
  295. camomile >= "1.0.2"
  296. camyll
  297. canary
  298. capnp >= "3.5.0"
  299. capnp-rpc >= "0.3.2"
  300. capnp-rpc-lwt >= "0.3.2"
  301. capnp-rpc-mirage >= "0.3.2"
  302. capnp-rpc-net
  303. capnp-rpc-unix >= "0.3.2"
  304. caqti >= "1.0.0"
  305. caqti-async >= "1.0.0"
  306. caqti-driver-mariadb >= "1.0.0"
  307. caqti-driver-pgx
  308. caqti-driver-postgresql >= "1.0.0"
  309. caqti-driver-sqlite3 >= "1.0.0"
  310. caqti-dynload >= "1.0.0"
  311. caqti-eio
  312. caqti-lwt >= "1.0.0"
  313. caqti-mirage
  314. caqti-tls
  315. caqti-type-calendar >= "1.0.0"
  316. carbon
  317. carray
  318. carton
  319. carton-git
  320. carton-lwt
  321. castore
  322. catala
  323. catapult
  324. catapult-client
  325. catapult-daemon
  326. catapult-file
  327. catapult-sqlite
  328. cb-check
  329. cbor >= "0.3"
  330. cborl
  331. ccbg
  332. cconv >= "0.5"
  333. cconv-ppx
  334. cdrom >= "0.9.4"
  335. certify >= "0.3.0"
  336. cf
  337. cf-lwt
  338. cfg >= "2.2.0"
  339. cfml
  340. cfstream >= "1.3.1"
  341. chacha
  342. chamelon-unix
  343. chamo >= "4.0"
  344. charInfo_width
  345. charrua
  346. charrua-client >= "0.11.2"
  347. charrua-client-lwt >= "0.11.2"
  348. charrua-client-mirage >= "0.11.2"
  349. charrua-core >= "0.11.2"
  350. charrua-server
  351. charrua-unix >= "0.11.2"
  352. charset
  353. chartjs
  354. chartjs-annotation
  355. chartjs-colorschemes
  356. chartjs-datalabels
  357. chartjs-streaming
  358. chase
  359. checkseum = "0.0.3" | >= "0.2.1"
  360. choice >= "0.4"
  361. chrome-trace
  362. cid
  363. cinaps >= "v0.12.0"
  364. clangml >= "4.0.0"
  365. clangml-transforms >= "0.24"
  366. clap >= "0.2.0"
  367. clarity >= "0.4.0"
  368. clarity-lang
  369. class_group_vdf
  370. clim
  371. clim-ppx
  372. cll
  373. clp_operations
  374. clz
  375. cmarker
  376. cmdliner-stdlib
  377. cmon
  378. codept >= "0.10.3"
  379. cohttp >= "1.1.1"
  380. cohttp-async >= "1.1.1"
  381. cohttp-curl
  382. cohttp-curl-async
  383. cohttp-curl-lwt
  384. cohttp-eio
  385. cohttp-lwt >= "1.1.1"
  386. cohttp-lwt-jsoo >= "1.1.1"
  387. cohttp-lwt-unix >= "1.1.1"
  388. cohttp-lwt-unix-nossl
  389. cohttp-lwt-unix-ssl
  390. cohttp-mirage >= "1.1.1"
  391. cohttp-server-lwt-unix
  392. cohttp-top >= "1.1.1"
  393. cohttp_async_websocket
  394. cohttp_static_handler
  395. coin >= "0.1.1"
  396. colibri2
  397. colombe
  398. color >= "0.2.0"
  399. color-brewery
  400. colors
  401. combinaml
  402. combinat
  403. comby
  404. comby-kernel
  405. comby-semantic
  406. command_rpc >= "v0.12.0"
  407. conan
  408. conan-cli
  409. conan-database
  410. conan-lwt
  411. conan-unix
  412. conduit >= "1.3.0"
  413. conduit-async >= "1.3.0"
  414. conduit-async-ssl
  415. conduit-async-tls
  416. conduit-lwt >= "1.3.0"
  417. conduit-lwt-ssl
  418. conduit-lwt-tls
  419. conduit-lwt-unix >= "1.3.0"
  420. conduit-mirage
  421. conduit-tls
  422. conex >= "0.10.0"
  423. conex-mirage-crypto
  424. conex-nocrypto
  425. confero
  426. config
  427. config-file >= "1.2.1"
  428. conformist
  429. containers >= "2.4"
  430. containers-data
  431. containers-thread
  432. content_security_policy
  433. cookie
  434. cookies
  435. coq >= "8.14.0"
  436. coq-core
  437. coq-lsp
  438. coq-of-ocaml >= "2.4.1"
  439. coq-serapi >= "8.9.0+0.6.0"
  440. coq-stdlib
  441. coq-waterproof
  442. coqide >= "8.14.0"
  443. coqide-server
  444. core >= "v0.12.0"
  445. core-and-more
  446. core_bench >= "v0.12.0"
  447. core_compat
  448. core_extended >= "v0.12.0"
  449. core_kernel >= "v0.12.3"
  450. core_profiler >= "v0.12.0"
  451. core_unix
  452. cosovo
  453. cow >= "2.4.0"
  454. cowabloga >= "0.5.0"
  455. cpm >= "12.1.2"
  456. cppo >= "1.6.6"
  457. cppo_ocamlbuild >= "1.6.6"
  458. cps_toolbox
  459. cpu
  460. cpuid >= "0.1.2"
  461. crc >= "2.1.0"
  462. crlibm >= "0.3"
  463. crontab
  464. crowbar >= "0.2"
  465. crunch >= "2.2.0"
  466. cry >= "0.6.5"
  467. cryptokit >= "1.16.1"
  468. csexp
  469. css
  470. css-parser
  471. cstruct >= "3.3.0"
  472. cstruct-async >= "3.3.0"
  473. cstruct-lwt >= "3.3.0"
  474. cstruct-sexp
  475. cstruct-unix >= "3.3.0"
  476. csv >= "2.2"
  477. csv-lwt >= "2.1"
  478. csvfields >= "v0.12.0"
  479. csvtool
  480. ctoxml
  481. ctypes >= "0.21.1"
  482. ctypes-foreign >= "0.21.1"
  483. ctypes-zarith
  484. ctypes_stubs_js
  485. cucumber
  486. cudf >= "0.10"
  487. cue_sheet_maker
  488. cuid >= "0.2"
  489. cumulus
  490. curly >= "0.2.0"
  491. current
  492. current-albatross-deployer
  493. current-web-pipelines
  494. current_ansi
  495. current_docker
  496. current_examples
  497. current_git
  498. current_github
  499. current_gitlab
  500. current_incr
  501. current_ocluster
  502. current_rpc
  503. current_slack
  504. current_ssh
  505. current_web
  506. curses >= "1.0.9"
  507. curve-sampling
  508. cviode
  509. cwe_checker
  510. DkSDKFFIOCaml_Std
  511. DrawGrammar >= "0.2.2"
  512. daft >= "0.0.4"
  513. dap
  514. data-encoding
  515. dataframe
  516. datakit >= "0.12.2"
  517. datakit-bridge-github >= "0.12.2"
  518. datakit-bridge-local-git >= "0.12.2"
  519. datakit-ci >= "0.12.2"
  520. datakit-client >= "0.12.2"
  521. datakit-client-9p >= "0.12.2"
  522. datakit-client-git >= "0.12.2"
  523. datakit-github >= "0.12.2"
  524. datakit-server >= "0.12.2"
  525. datakit-server-9p >= "0.12.2"
  526. datalog >= "0.6"
  527. dates_calc
  528. daypack-lib
  529. dbf != "0.1.1"
  530. debian-formats >= "0.1.2"
  531. decimal
  532. decoders >= "0.1.2"
  533. decoders-bencode
  534. decoders-cbor
  535. decoders-ezjsonm >= "0.1.2"
  536. decoders-ezxmlm
  537. decoders-jsonaf
  538. decoders-jsonm
  539. decoders-msgpck
  540. decoders-sexplib
  541. decoders-yojson >= "0.1.2"
  542. decompress >= "0.8.1"
  543. dedent
  544. dedukti >= "2.7"
  545. delimcc_of_fxhandler
  546. delimited_parsing >= "v0.12.0"
  547. depyt >= "0.3.0"
  548. devkit >= "1.0"
  549. diet >= "0.2"
  550. diff
  551. diffable
  552. digestif >= "0.7" & < "0.7.2" | >= "0.8.1"
  553. directories
  554. dirsift
  555. dirsp-exchange
  556. dirsp-exchange-kbb2017
  557. dirsp-proscript
  558. dirsp-proscript-mirage
  559. dirsp-ps2ocaml
  560. diskuvbox
  561. disml
  562. dispatch >= "0.4.1"
  563. dispatch-js >= "0.4.1"
  564. distributed >= "0.6.0"
  565. distributed-lwt >= "0.2.0"
  566. distributed-uwt >= "0.2.0"
  567. dkim
  568. dkim-bin
  569. dkim-mirage
  570. dkml-c-probe
  571. dkml-component-offline-ocamlrun
  572. dkml-component-offline-opam
  573. dkml-component-staging-ocamlrun
  574. dkml-component-staging-opam32
  575. dkml-component-staging-opam64
  576. dkml-dune-dsl
  577. dkml-dune-dsl-show
  578. dkml-install
  579. dkml-install-installer
  580. dkml-install-runner
  581. dkml-option-vcpkg
  582. dkml-package-console
  583. dkml-runtime-common >= "2.0.3"
  584. dkml-runtime-distribution
  585. dkml-workflows
  586. dlm >= "0.3.1"
  587. dmap
  588. dns >= "1.1.0"
  589. dns-async >= "1.1.0"
  590. dns-certify
  591. dns-cli
  592. dns-client
  593. dns-client-lwt
  594. dns-client-mirage
  595. dns-lwt >= "1.1.0"
  596. dns-lwt-unix >= "1.1.0"
  597. dns-mirage
  598. dns-resolver
  599. dns-server
  600. dns-stub
  601. dns-tsig
  602. dnssec
  603. docfd
  604. docker-api >= "0.2"
  605. docker_hub
  606. dockerfile >= "6.0.0"
  607. dockerfile-cmd >= "6.0.0"
  608. dockerfile-opam >= "6.0.0"
  609. docteur
  610. docteur-solo5
  611. docteur-unix
  612. doculib
  613. doi2bib
  614. dokeysto >= "3.0.2"
  615. dokeysto_camltc >= "3.0.2"
  616. dokeysto_lz4 >= "3.0.2"
  617. dolmen >= "0.4.1"
  618. dolmen_bin
  619. dolmen_loop
  620. dolmen_lsp
  621. dolmen_model
  622. dolmen_type
  623. dolog >= "4.0.0"
  624. domain-local-await
  625. domain-local-timeout
  626. domain-name >= "0.1.2"
  627. domain_shims
  628. domainslib
  629. dose3 >= "6.1"
  630. dose3-extra
  631. dot-merlin-reader
  632. dotenv
  633. dream
  634. dream-accept
  635. dream-cli
  636. dream-encoding
  637. dream-html
  638. dream-htmx
  639. dream-httpaf
  640. dream-livereload
  641. dream-pure
  642. dream-serve
  643. drom >= "0.3.0"
  644. drom_lib >= "0.3.0"
  645. drom_toml
  646. dropbox >= "0.2"
  647. dropbox_lwt_unix
  648. dscheck
  649. dssi >= "0.1.3"
  650. dtc-pb
  651. dtoa >= "0.3.2"
  652. dtools >= "0.4.2"
  653. dual
  654. duff >= "0.2"
  655. dum >= "1.0.2"
  656. dump_ocamlformat
  657. dune-action-plugin
  658. dune-build-info
  659. dune-compiledb
  660. dune-configurator >= "1.11.4"
  661. dune-deps
  662. dune-expand
  663. dune-glob
  664. dune-private-libs
  665. dune-release >= "1.0.0"
  666. dune-rpc
  667. dune-rpc-lwt
  668. dune-site
  669. duppy >= "0.9.0"
  670. duration >= "0.1.2"
  671. dyn
  672. earley >= "2.0.0"
  673. earlybird
  674. easy-format >= "1.3.2"
  675. easy_logging
  676. easy_logging_yojson
  677. ecaml >= "v0.12.0"
  678. edn >= "0.1.6-1-gff9db95"
  679. ego
  680. eigen >= "0.1.0"
  681. eio
  682. eio-ssl
  683. eio-trace
  684. eio_linux
  685. eio_luv
  686. eio_main
  687. eio_posix
  688. eio_windows
  689. either
  690. elasticsearch-cli >= "0.5"
  691. electrod >= "0.2.1"
  692. eliom >= "10.1.2"
  693. elpi >= "1.3.1"
  694. email_message >= "v0.12.0"
  695. embedded_ocaml_templates
  696. emile >= "0.4"
  697. encoding
  698. encore >= "0.3"
  699. env_config
  700. epictetus
  701. eqaf >= "0.2"
  702. equinoxe
  703. equinoxe-cohttp
  704. equinoxe-hlc
  705. eris
  706. eris-lwt
  707. erlang
  708. errpy
  709. erssical >= "1.1.0"
  710. esgg
  711. esperanto-cosmopolitan >= "0.0.5"
  712. ethernet
  713. euler
  714. exenum >= "0.86"
  715. exit
  716. expect_test_helpers >= "v0.12.0"
  717. expect_test_helpers_async
  718. expect_test_helpers_core
  719. expect_test_helpers_kernel >= "v0.12.0"
  720. extism
  721. extism-manifest
  722. extlib >= "1.7.9"
  723. extunix >= "0.3.1"
  724. ez_api
  725. ez_cmdliner >= "0.2.0"
  726. ez_config >= "0.2.0"
  727. ez_file >= "0.3.0"
  728. ez_hash
  729. ez_pgocaml
  730. ez_search
  731. ez_subst
  732. ezcurl
  733. ezcurl-lwt
  734. ezdl
  735. ezgzip >= "0.2.3"
  736. ezjs_ace
  737. ezjs_blockies
  738. ezjs_cleave
  739. ezjs_crypto
  740. ezjs_cytoscape
  741. ezjs_d3pie
  742. ezjs_extension
  743. ezjs_fetch
  744. ezjs_idb
  745. ezjs_jquery
  746. ezjs_min
  747. ezjs_odometer
  748. ezjs_push
  749. ezjs_qrcode
  750. ezjs_recaptcha
  751. ezjs_timeline
  752. ezjsonm >= "1.0.0"
  753. ezjsonm-encoding
  754. ezjsonm-lwt >= "1.0.0"
  755. ezresto
  756. ezresto-directory
  757. ezsqlite >= "0.4.2"
  758. ezxenstore >= "0.4.1"
  759. ezxmlm >= "1.1.0"
  760. FPauth
  761. FPauth-core
  762. FPauth-responses
  763. FPauth-strategies
  764. FrontC >= "4.0.0"
  765. faad >= "0.5.0"
  766. facteur
  767. fadbadml >= "0.1.2"
  768. faraday >= "0.7.1"
  769. faraday-async >= "0.7.1"
  770. faraday-lwt >= "0.7.1"
  771. faraday-lwt-unix >= "0.7.1"
  772. farith
  773. farmhash >= "0.4"
  774. fasmifra
  775. fat-filesystem >= "0.13.0"
  776. fd-send-recv >= "2.0.1"
  777. fdkaac >= "0.3.2"
  778. feat
  779. feat-core
  780. feat-num
  781. feather
  782. feather_async
  783. ff
  784. ff-bench
  785. ff-pbt
  786. ff-sig
  787. ffmpeg >= "1.0.0~beta1"
  788. ffmpeg-av
  789. ffmpeg-avcodec
  790. ffmpeg-avdevice
  791. ffmpeg-avfilter
  792. ffmpeg-avutil
  793. ffmpeg-swresample
  794. ffmpeg-swscale
  795. fftw3 >= "0.8.2"
  796. fiat-p256
  797. fiber
  798. fiber-lwt
  799. fieldslib >= "v0.12.0"
  800. file_path
  801. fileutils >= "0.6.1"
  802. finch
  803. fit
  804. fix >= "20181206"
  805. flac >= "0.3.0"
  806. flex-array
  807. flint >= "0.3.2"
  808. flow_parser >= "0.229.1"
  809. fmlib
  810. fmlib_browser
  811. fmlib_js
  812. fmlib_parse
  813. fmlib_pretty
  814. fmlib_std
  815. fontforge-of-ocaml
  816. forester
  817. frama-c >= "26.0~beta"
  818. frama-c-metacsl >= "0.4"
  819. frama-clang
  820. fred
  821. freetds >= "0.7"
  822. frei0r >= "0.1.2"
  823. frenetic >= "5.0.5"
  824. fromager
  825. fsevents
  826. fsevents-lwt
  827. fsml
  828. fswatch
  829. fswatch_async
  830. fswatch_lwt
  831. functoria >= "2.2.2" & < "4.0.0~beta1" | >= "4.0.0"
  832. functoria-runtime >= "2.2.2" & != "2.2.5" & < "3.0.2" | >= "3.1.2"
  833. fuseau
  834. fuseau-lwt
  835. fuzzy_compare
  836. fuzzy_match
  837. fzf
  838. General >= "0.6.0"
  839. GT
  840. gapi-ocaml >= "0.3.7"
  841. gbddml
  842. gccjit
  843. gd >= "1.1"
  844. gdbprofiler >= "0.4"
  845. gemini >= "0.3.0"
  846. gen >= "0.5.2"
  847. gen_js_api >= "1.0.6"
  848. genprint
  849. genspio >= "0.0.3"
  850. genspir >= "1.0.1"
  851. geojson
  852. geojsone
  853. geoml
  854. get_line >= "7.0.0"
  855. getopt >= "20230213"
  856. gettext >= "0.4.1"
  857. gettext-camomile
  858. gettext-stub
  859. git >= "2.0.0"
  860. git-cohttp
  861. git-cohttp-mirage
  862. git-cohttp-unix
  863. git-http >= "2.0.0"
  864. git-kv
  865. git-mirage >= "2.0.0"
  866. git-paf
  867. git-unix >= "2.0.0"
  868. github >= "4.0.0"
  869. github-data
  870. github-hooks >= "0.4.0"
  871. github-hooks-unix >= "0.4.0"
  872. github-jsoo >= "4.0.0"
  873. github-unix >= "4.0.0"
  874. gitlab
  875. gitlab-jsoo
  876. gitlab-unix
  877. gitlab_pipeline_notifier
  878. glfw-ocaml
  879. globlon
  880. gluon
  881. gluten
  882. gluten-async
  883. gluten-eio
  884. gluten-lwt
  885. gluten-lwt-unix
  886. gluten-mirage
  887. gmap >= "0.2.1"
  888. gmp
  889. gnuplot >= "0.6"
  890. gobba
  891. gobject-introspection
  892. goblint >= "1.1.1"
  893. goblint-cil >= "1.8.0"
  894. google-drive-ocamlfuse >= "0.6.26"
  895. gopcaml-mode >= "0.0.2"
  896. gopcaml-mode-merlin
  897. gospel
  898. gotd
  899. gperftools >= "0.4"
  900. gpiod
  901. gpr >= "1.4.0"
  902. gpt
  903. gr
  904. grace
  905. gradescope_submit
  906. graphics >= "5.0.0"
  907. graphql >= "0.8.0"
  908. graphql-async >= "0.8.0"
  909. graphql-cohttp >= "0.9.0"
  910. graphql-lwt >= "0.8.0"
  911. graphql_parser >= "0.9.0"
  912. graphql_ppx >= "0.7.1"
  913. graphv
  914. graphv_core
  915. graphv_core_lib
  916. graphv_font
  917. graphv_font_js
  918. graphv_font_stb_truetype
  919. graphv_gles2
  920. graphv_gles2_native
  921. graphv_gles2_native_impl
  922. graphv_webgl
  923. graphv_webgl_impl
  924. gremlin
  925. grenier >= "0.8"
  926. grid
  927. grpc
  928. grpc-async
  929. grpc-bench
  930. grpc-eio
  931. grpc-examples
  932. grpc-lwt
  933. gsl >= "1.24.0"
  934. gstreamer >= "0.3.1"
  935. guardian
  936. guile
  937. h1_parser
  938. h2
  939. h2-async
  940. h2-eio
  941. h2-lwt
  942. h2-lwt-unix
  943. h2-mirage
  944. hack_parallel >= "1.0.0"
  945. hacl-star
  946. hacl-star-raw >= "0.5.0"
  947. hacl_func
  948. hacl_x25519
  949. happy-eyeballs
  950. happy-eyeballs-lwt
  951. happy-eyeballs-mirage
  952. hardcaml >= "v0.12.0"
  953. hardcaml_axi
  954. hardcaml_c
  955. hardcaml_circuits
  956. hardcaml_fixed_point
  957. hardcaml_handshake
  958. hardcaml_of_verilog
  959. hardcaml_step_testbench
  960. hardcaml_verify
  961. hardcaml_verilator
  962. hardcaml_waveterm
  963. hardcaml_xilinx
  964. hardcaml_xilinx_components
  965. hardcaml_xilinx_reports
  966. hashcons >= "1.4.0"
  967. hashids >= "1.0.1"
  968. haxe >= "4.1.1"
  969. hc
  970. hdf5 >= "0.1.5"
  971. hdr_histogram >= "0.0.3"
  972. headache >= "1.04"
  973. header-check
  974. herdtools7 >= "7.55"
  975. hex >= "1.3.0"
  976. hex_encode
  977. hexstring
  978. hg_lib
  979. hidapi >= "1.1"
  980. hidapi-lwt
  981. higher_kinded
  982. highlexer
  983. higlo >= "0.8"
  984. hilite
  985. hkdf >= "1.0.3"
  986. hl_yaml
  987. hockmd
  988. hol2dk
  989. hooke
  990. horned_worm >= "0.3.4"
  991. hpack
  992. hsluv
  993. html_of_jsx
  994. htmlfromtexbooks
  995. hts_shrink >= "2.1.2"
  996. http
  997. http-cookie
  998. http-date
  999. http-lwt-client
  1000. http-mirage-client
  1001. http-multipart-formdata
  1002. http_async
  1003. httpaf >= "0.6.0"
  1004. httpaf-async >= "0.6.0"
  1005. httpaf-lwt-unix
  1006. httpaf_caged
  1007. httph
  1008. huffman
  1009. hvsock >= "2.0.0"
  1010. hxd
  1011. hyper
  1012. ISO3166
  1013. ISO8601 >= "0.2.6"
  1014. i3ipc >= "0.1.4"
  1015. icalendar
  1016. idd
  1017. idds
  1018. imagelib >= "20200929"
  1019. incr_dom >= "v0.12.0"
  1020. incr_dom_interactive
  1021. incr_dom_keyboard
  1022. incr_dom_partial_render
  1023. incr_dom_sexp_form
  1024. incr_dom_widgets >= "v0.12.0"
  1025. incr_map >= "v0.12.0"
  1026. incr_select >= "v0.12.0"
  1027. incremental >= "v0.12.0"
  1028. indentation_buffer
  1029. index
  1030. index-bench
  1031. inferno >= "20190924"
  1032. influxdb
  1033. influxdb-async
  1034. influxdb-lwt
  1035. inotify >= "2.4"
  1036. inquire
  1037. inquirer_oc
  1038. int_repr
  1039. integers >= "0.3.0"
  1040. integers_stubs_js
  1041. integration1d >= "0.5.1"
  1042. interface-prime
  1043. interface-prime-lwt
  1044. interval >= "1.5" & < "1.6"
  1045. interval-map
  1046. interval_base
  1047. interval_crlibm
  1048. interval_intel
  1049. io-page >= "2.1.0"
  1050. io-page-unix >= "2.1.0"
  1051. io-page-xen >= "2.1.0"
  1052. iomux
  1053. iostream
  1054. iostream-camlzip
  1055. ip2location
  1056. ip2locationio
  1057. ipaddr >= "2.9.0"
  1058. ipaddr-cstruct
  1059. ipaddr-sexp
  1060. irc-client >= "0.6.2"
  1061. irc-client-lwt >= "0.6.2"
  1062. irc-client-lwt-ssl
  1063. irc-client-tls >= "0.6.2"
  1064. irc-client-unix >= "0.6.2"
  1065. iri >= "0.6.0"
  1066. irmin >= "2.0.0"
  1067. irmin-bench
  1068. irmin-chunk >= "2.0.0"
  1069. irmin-cli
  1070. irmin-client
  1071. irmin-containers
  1072. irmin-fs >= "2.0.0"
  1073. irmin-git >= "2.0.0"
  1074. irmin-graphql
  1075. irmin-http >= "2.0.0"
  1076. irmin-indexeddb >= "2.0"
  1077. irmin-layers
  1078. irmin-mem >= "2.0.0"
  1079. irmin-mirage >= "2.0.0"
  1080. irmin-mirage-git
  1081. irmin-mirage-graphql
  1082. irmin-pack
  1083. irmin-pack-tools
  1084. irmin-server
  1085. irmin-test
  1086. irmin-tezos
  1087. irmin-tezos-utils
  1088. irmin-unix >= "2.0.0"
  1089. irmin-watcher >= "0.5.0"
  1090. iso639
  1091. iter >= "1.4"
  1092. itv-tree >= "2.2"
  1093. JsOfOCairo >= "2.0.0"
  1094. jane-street-headers >= "v0.12.0"
  1095. jane_rope
  1096. janestreet_cpuid
  1097. janestreet_csv
  1098. janestreet_lru_cache
  1099. jasmin >= "2023.06.0"
  1100. jekyll-format >= "0.2.0"
  1101. jemalloc >= "0.2"
  1102. jerboa
  1103. jext
  1104. jhupllib >= "0.2.1"
  1105. jingoo >= "1.3.0"
  1106. jose
  1107. js_of_ocaml >= "3.3.0"
  1108. js_of_ocaml-compiler >= "3.3.0"
  1109. js_of_ocaml-lwt >= "3.3.0"
  1110. js_of_ocaml-ocamlbuild >= "3.5.0"
  1111. js_of_ocaml-ppx >= "3.3.0"
  1112. js_of_ocaml-ppx_deriving_json >= "3.3.0"
  1113. js_of_ocaml-toplevel >= "3.3.0"
  1114. js_of_ocaml-tyxml >= "3.3.0"
  1115. js_of_ocaml-webgpu
  1116. js_of_ocaml-webidl
  1117. js_of_ocaml_patches
  1118. json-data-encoding
  1119. json-data-encoding-browser
  1120. json-data-encoding-bson
  1121. json_decoder
  1122. jsonaf
  1123. jsonoo
  1124. jsonrpc
  1125. jsonschema2atd
  1126. jsonxt
  1127. jsoo-react
  1128. jsoo_broadcastchannel >= "2.0.0"
  1129. jsoo_storage >= "1.0.1"
  1130. jst-config
  1131. junit >= "2.0.1"
  1132. junit_alcotest >= "2.0.1"
  1133. junit_ounit >= "2.0.1"
  1134. jupyter >= "2.3.2"
  1135. jupyter-archimedes >= "2.3.2"
  1136. jupyter-kernel >= "0.4"
  1137. jwto
  1138. kafka >= "0.5"
  1139. kafka_async
  1140. kafka_lwt
  1141. kappa-agents
  1142. kappa-binaries
  1143. kappa-library
  1144. kappa-server
  1145. kcas < "0.7.0"
  1146. kcas_data < "0.7.0"
  1147. kdl
  1148. ke
  1149. key-parsers >= "0.10.0"
  1150. kicadsch >= "0.4.0"
  1151. kind2
  1152. kinetic-client >= "0.0.11"
  1153. kittyimg
  1154. kkmarkdown
  1155. kmt
  1156. knights_tour
  1157. kqueue
  1158. krb
  1159. lab
  1160. lablgtk3 >= "3.0.beta4"
  1161. lablgtk3-extras >= "3.0.1"
  1162. lablgtk3-goocanvas2
  1163. lablgtk3-gtkspell3
  1164. lablgtk3-rsvg2
  1165. lablgtk3-sourceview3
  1166. lablqml >= "0.6"
  1167. labrys
  1168. lacaml >= "11.0.2"
  1169. ladspa >= "0.2.0"
  1170. lambda
  1171. lambda-runtime
  1172. lambda-term >= "2.0"
  1173. lambda_streams
  1174. lambda_streams_async
  1175. lambda_streams_lwt
  1176. lambdapi >= "2.0.0"
  1177. lambdasoup >= "0.6.4"
  1178. lame >= "0.3.4"
  1179. landmarks >= "1.4"
  1180. landmarks-ppx
  1181. lascar >= "0.6-alpha"
  1182. lastfm >= "0.3.3"
  1183. launchd >= "1.3"
  1184. lazy-trie >= "1.2.0"
  1185. lbfgs >= "0.9.1"
  1186. lbvs_consent >= "2.1.0"
  1187. ldap >= "2.4.1"
  1188. ldp
  1189. ldp_curl
  1190. ldp_js
  1191. ldp_tls
  1192. leaflet
  1193. learn-ocaml
  1194. learn-ocaml-client
  1195. leaves
  1196. ledgerwallet
  1197. ledgerwallet-tezos
  1198. lens >= "1.2.3"
  1199. let-if >= "0.2.0"
  1200. letsencrypt
  1201. letsencrypt-app
  1202. letsencrypt-dns
  1203. letsencrypt-mirage
  1204. letters
  1205. leveldb >= "1.3.0"
  1206. lib_parsing
  1207. libabsolute
  1208. libbinaryen < "105.1.0" | >= "107.0.1"
  1209. libc
  1210. libirmin
  1211. libsail
  1212. libsvm >= "0.10.0"
  1213. libzipperposition
  1214. lilac
  1215. lilv
  1216. line-up-words >= "v0.12.0"
  1217. line_oriented
  1218. linenoise >= "1.2.0"
  1219. links >= "0.9"
  1220. links-mysql
  1221. links-postgresql >= "0.9"
  1222. links-sqlite3
  1223. linol
  1224. linol-lwt
  1225. lintcstubs
  1226. lintcstubs-arity
  1227. lintcstubs-gen
  1228. linwrap
  1229. liquid_interpreter
  1230. liquid_ml
  1231. liquid_parser
  1232. liquid_std
  1233. liquid_syntax
  1234. liquidsoap >= "2.2.0"
  1235. liquidsoap-core
  1236. liquidsoap-js
  1237. liquidsoap-lang
  1238. liquidsoap-libs
  1239. liquidsoap-libs-extra
  1240. liquidsoap-mode
  1241. little_logger
  1242. llama
  1243. llama-cpp-ocaml
  1244. llama_core
  1245. llama_interactive
  1246. llama_midi
  1247. llvm >= "15.0.7+nnp-2"
  1248. lmdb >= "1.0"
  1249. lo >= "0.2.0"
  1250. lockfree
  1251. loga >= "0.0.5"
  1252. logical
  1253. logs-async
  1254. logs-async-reporter
  1255. logs-ppx
  1256. logs-syslog >= "0.2.0"
  1257. logtk >= "1.5.1"
  1258. loop
  1259. lp
  1260. lp-glpk
  1261. lp-glpk-js
  1262. lp-gurobi
  1263. lpd >= "1.2.2"
  1264. lreplay
  1265. lru >= "0.3.0"
  1266. lru_cache
  1267. lsp
  1268. lt-code
  1269. lua-ml >= "0.9.3"
  1270. lua_parser
  1271. lucid
  1272. lun
  1273. lustre-v6 >= "6.103.3"
  1274. lutils >= "1.51.2"
  1275. lutin >= "2.71.10"
  1276. luv
  1277. luv_unix
  1278. lwd
  1279. lwt >= "4.2.0"
  1280. lwt-canceler >= "0.2"
  1281. lwt-dllist
  1282. lwt-exit
  1283. lwt-parallel >= "1.0.0"
  1284. lwt-watcher >= "0.2"
  1285. lwt_domain
  1286. lwt_eio
  1287. lwt_glib >= "1.1.1"
  1288. lwt_log >= "1.1.1"
  1289. lwt_ppx >= "1.2.2"
  1290. lwt_ppx_let
  1291. lwt_react >= "1.1.2"
  1292. lwt_ssl >= "1.1.3"
  1293. lz4 >= "1.2.0"
  1294. lz4_chans >= "3.0.1"
  1295. m_tree
  1296. macaddr
  1297. macaddr-cstruct
  1298. macaddr-sexp
  1299. mad >= "0.5.0"
  1300. magic-mime >= "1.1.2"
  1301. magic-trace
  1302. make-random
  1303. malfunction >= "0.3"
  1304. man_in_the_middle_debugger
  1305. markdown
  1306. markup >= "0.8.0"
  1307. markup-lwt
  1308. mastodon-archive-viewer >= "0.2"
  1309. matita
  1310. matplotlib
  1311. mbr-format >= "1.0.0"
  1312. mc2
  1313. mccs >= "1.1+10"
  1314. md2mld
  1315. mdx != "1.7.0"
  1316. mec
  1317. mechaml >= "1.1.0"
  1318. mehari
  1319. mehari-eio
  1320. mehari-eio-unix
  1321. mehari-lwt-unix
  1322. mehari-mirage
  1323. mel
  1324. melange
  1325. melange-atdgen-codec-runtime
  1326. melange-compiler-libs
  1327. melange-fest
  1328. melange-fetch
  1329. melange-jest
  1330. melange-json
  1331. melange-moment
  1332. melange-numeral
  1333. melange-radix-icons
  1334. melange-react-dates
  1335. melange-react-query
  1336. melange-recharts
  1337. melange-testing-library
  1338. melange-webapi
  1339. meldep
  1340. mem_usage
  1341. memcad >= "1.1.0"
  1342. memgraph
  1343. memgraph_kitty
  1344. memo
  1345. memprof-limits
  1346. memtrace
  1347. memtrace-mirage
  1348. memtrace_viewer
  1349. menhir >= "20200123"
  1350. menhirCST
  1351. menhirLib
  1352. menhirSdk
  1353. merge-fmt
  1354. merlin >= "3.2.1"
  1355. merlin-extend >= "0.4"
  1356. merlin-lib
  1357. mesh >= "0.9.5"
  1358. mesh-easymesh >= "0.9.5"
  1359. mesh-graphics >= "0.9.5"
  1360. mesh-triangle >= "0.9.5"
  1361. metadata
  1362. metadb
  1363. metapp
  1364. metaquot
  1365. metrics
  1366. metrics-influx
  1367. metrics-lwt
  1368. metrics-mirage
  1369. metrics-rusage
  1370. metrics-unix
  1371. mew
  1372. mew_vi
  1373. middleware
  1374. mimic
  1375. mimic-happy-eyeballs
  1376. mindstorm >= "0.8"
  1377. mindstorm-lwt
  1378. minicaml
  1379. minicli >= "5.0.2"
  1380. minisat >= "0.3"
  1381. minttea
  1382. miou
  1383. mirage >= "3.3.0"
  1384. mirage-block >= "1.2.0"
  1385. mirage-block-ccm >= "1.1.0"
  1386. mirage-block-combinators
  1387. mirage-block-lwt >= "1.2.0"
  1388. mirage-block-partition
  1389. mirage-block-ramdisk >= "0.4"
  1390. mirage-block-solo5 >= "0.6.0"
  1391. mirage-block-unix >= "2.11.0"
  1392. mirage-block-xen >= "1.6.0"
  1393. mirage-bootvar-solo5 >= "0.6.0"
  1394. mirage-bootvar-unix
  1395. mirage-bootvar-xen >= "0.6.0"
  1396. mirage-channel >= "3.2.0"
  1397. mirage-channel-lwt >= "3.2.0"
  1398. mirage-clock >= "2.0.0"
  1399. mirage-clock-freestanding >= "2.0.0"
  1400. mirage-clock-lwt >= "2.0.0"
  1401. mirage-clock-solo5
  1402. mirage-clock-unix >= "2.0.0"
  1403. mirage-conduit = "1.3.0" | >= "3.1.0"
  1404. mirage-console >= "2.4.0"
  1405. mirage-console-lwt >= "2.4.0"
  1406. mirage-console-solo5 >= "0.6.0"
  1407. mirage-console-unix >= "2.4.1"
  1408. mirage-console-xen >= "2.4.0"
  1409. mirage-console-xen-backend >= "2.4.0"
  1410. mirage-console-xen-proto >= "2.4.0"
  1411. mirage-crypto
  1412. mirage-crypto-ec
  1413. mirage-crypto-entropy
  1414. mirage-crypto-pk
  1415. mirage-crypto-rng
  1416. mirage-crypto-rng-async
  1417. mirage-crypto-rng-eio
  1418. mirage-crypto-rng-lwt
  1419. mirage-crypto-rng-mirage
  1420. mirage-device >= "1.2.0"
  1421. mirage-dns >= "3.1.0"
  1422. mirage-entropy >= "0.5.1"
  1423. mirage-flow >= "1.6.0"
  1424. mirage-flow-combinators
  1425. mirage-flow-lwt >= "1.6.0"
  1426. mirage-flow-rawlink >= "1.1.0"
  1427. mirage-flow-unix >= "1.6.0"
  1428. mirage-fs >= "1.2.0"
  1429. mirage-fs-lwt >= "1.2.0"
  1430. mirage-fs-mem
  1431. mirage-fs-unix >= "1.6.0"
  1432. mirage-kv >= "2.0.0"
  1433. mirage-kv-lwt >= "2.0.0"
  1434. mirage-kv-mem
  1435. mirage-kv-unix
  1436. mirage-logs >= "1.0.0"
  1437. mirage-monitoring
  1438. mirage-nat >= "1.1.0"
  1439. mirage-net >= "2.0.0"
  1440. mirage-net-lwt >= "2.0.0"
  1441. mirage-net-macosx >= "1.5.0"
  1442. mirage-net-solo5 >= "0.4.3"
  1443. mirage-net-unix >= "2.5.0"
  1444. mirage-net-xen >= "1.9.0"
  1445. mirage-profile >= "0.9.0"
  1446. mirage-profile-unix >= "0.9.0"
  1447. mirage-profile-xen >= "0.9.0"
  1448. mirage-protocols >= "2.0.0"
  1449. mirage-protocols-lwt >= "2.0.0"
  1450. mirage-qubes >= "0.7.0"
  1451. mirage-qubes-ipv4 >= "0.7.0"
  1452. mirage-random >= "1.2.0"
  1453. mirage-random-stdlib
  1454. mirage-random-test
  1455. mirage-runtime >= "3.3.0"
  1456. mirage-solo5 >= "0.6.2"
  1457. mirage-stack >= "1.4.0"
  1458. mirage-stack-lwt >= "1.4.0"
  1459. mirage-time >= "1.3.0"
  1460. mirage-time-lwt >= "1.3.0"
  1461. mirage-time-unix >= "1.3.0"
  1462. mirage-types >= "3.3.0"
  1463. mirage-types-lwt >= "3.3.0"
  1464. mirage-unix >= "3.2.0"
  1465. mirage-vnetif >= "0.4.2"
  1466. mirage-vnetif-stack
  1467. mirage-xen >= "3.2.0"
  1468. mjson
  1469. mkaudio >= "1.1.0"
  1470. mkocaml
  1471. mlbdd >= "0.7.2"
  1472. mlfenv
  1473. mlmpfr >= "4.0.2+dune"
  1474. mlpost >= "0.9"
  1475. mlpost-lablgtk
  1476. mlt_parser >= "v0.12.0"
  1477. mm >= "0.7.0"
  1478. mmap
  1479. mmdb
  1480. mnd
  1481. mock >= "0.1.1"
  1482. mock-ounit >= "0.1.1"
  1483. module-graph
  1484. molenc >= "5.0.0"
  1485. monaco_jsoo
  1486. monolith
  1487. monomorphic >= "2.0"
  1488. monorobot
  1489. moonpool
  1490. moonpool-lwt
  1491. morbig >= "0.10.3"
  1492. morsmall
  1493. moss >= "0.1.1"
  1494. mparser >= "1.3"
  1495. mparser-pcre
  1496. mparser-re
  1497. mperf
  1498. mpg123
  1499. mpp >= "0.3.4"
  1500. mpris >= "0.2.0"
  1501. mpris-clients
  1502. mrmime
  1503. mrt-format >= "0.3.1"
  1504. msat >= "0.8"
  1505. msat-bin
  1506. msgpck >= "1.5"
  1507. msgpck-repr
  1508. mssql
  1509. mugen
  1510. mula
  1511. multibase
  1512. multicodec
  1513. multicont = "1.0.1"
  1514. multicore-bench < "0.1.2"
  1515. multicore-magic
  1516. multihash
  1517. multihash-digestif
  1518. multipart-form-data >= "0.3.0"
  1519. multipart_form
  1520. multipart_form-cohttp-lwt
  1521. multipart_form-eio
  1522. multipart_form-lwt
  1523. murmur3 >= "0.3"
  1524. mustache >= "3.1.0"
  1525. mustache-cli
  1526. mutaml
  1527. mutf8
  1528. mwt
  1529. mysql8
  1530. mysql_protocol >= "3.0.1"
  1531. n_ary
  1532. naboris
  1533. nacc
  1534. nanoid
  1535. nanosvg
  1536. nanosvg_text
  1537. nbd >= "4.0.3"
  1538. nbd-tool
  1539. nbd-unix
  1540. netchannel >= "1.9.0"
  1541. netkat
  1542. netlink >= "0.3.4"
  1543. netsnmp
  1544. neural_nets_lib
  1545. nice_parser
  1546. ninja_utils
  1547. niru
  1548. nloge
  1549. nlopt
  1550. nmea
  1551. noCanren >= "0.3.0~alpha1"
  1552. nocoiner
  1553. node_of_ocaml
  1554. noise
  1555. nomad
  1556. non_empty_list
  1557. nottui
  1558. nottui-lwt
  1559. nottui-pretty
  1560. notty >= "0.2.3"
  1561. notty_async >= "v0.12.0"
  1562. np
  1563. npy >= "0.0.9"
  1564. nsq >= "0.4.0"
  1565. numeric_string
  1566. nuscr
  1567. OCADml
  1568. OCanren
  1569. OCanren-ppx
  1570. OSCADml
  1571. obeam
  1572. obelisk >= "0.5.0"
  1573. obuilder
  1574. obuilder-spec
  1575. obus >= "1.2.0"
  1576. ocal >= "0.2.2"
  1577. ocaml-canvas
  1578. ocaml-compiler-libs >= "v0.12.0"
  1579. ocaml-embed-file
  1580. ocaml-in-python
  1581. ocaml-lsp-server
  1582. ocaml-lua >= "1.8"
  1583. ocaml-migrate-parsetree >= "1.2.0"
  1584. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1585. ocaml-monadic >= "0.4.1"
  1586. ocaml-print-intf
  1587. ocaml-probes
  1588. ocaml-protoc >= "2.0.1"
  1589. ocaml-protoc-plugin
  1590. ocaml-r >= "0.1.1"
  1591. ocaml-syntax-shims
  1592. ocaml-systemd >= "1.3"
  1593. ocaml-top >= "1.2.0"
  1594. ocaml-vdom < "transition"
  1595. ocaml-version >= "1.0.0"
  1596. ocaml_db_model
  1597. ocaml_intrinsics
  1598. ocaml_intrinsics_kernel
  1599. ocaml_pgsql_model
  1600. ocaml_plugin >= "v0.12.0"
  1601. ocamlapi
  1602. ocamlapi_async
  1603. ocamlapi_lwt_unix
  1604. ocamlapi_ppx
  1605. ocamlc-loc
  1606. ocamlcodoc
  1607. ocamldiff >= "1.2"
  1608. ocamlformat >= "0.24.1"
  1609. ocamlformat-lib
  1610. ocamlformat-rpc < "removed"
  1611. ocamlformat-rpc-lib
  1612. ocamlfuse >= "2.7.1-cvs6"
  1613. ocamlgraph >= "2.0.0"
  1614. ocamlgraph_gtk
  1615. ocamline
  1616. ocamlog
  1617. ocamlregextkit
  1618. ocannl_npy
  1619. ocb
  1620. ocf >= "0.8.0"
  1621. ocf_ppx
  1622. ockt
  1623. ocluster != "0.2"
  1624. ocluster-api
  1625. ocluster-worker
  1626. ocolor
  1627. ocp-browser >= "1.1.9"
  1628. ocp-indent >= "1.7.0"
  1629. ocp-indent-nlfork >= "1.5.4"
  1630. ocp-index >= "1.1.9"
  1631. ocp-search
  1632. ocp_reveal
  1633. ocplib-endian >= "1.1"
  1634. ocplib-json-typed-browser
  1635. ocplib-json-typed-bson
  1636. ocplib-simplex >= "0.5"
  1637. ocplib_stuff >= "0.4.0"
  1638. ocsigen-i18n >= "4.0.0"
  1639. ocsigen-ppx-rpc
  1640. ocsigenserver >= "4.0.1"
  1641. ocsipersist
  1642. ocsipersist-dbm
  1643. ocsipersist-lib
  1644. ocsipersist-pgsql
  1645. ocsipersist-sqlite
  1646. octavius >= "1.2.2"
  1647. octez-accuser-Proxford >= "19.0"
  1648. octez-accuser-PtKathma
  1649. octez-accuser-PtLimaPt
  1650. octez-accuser-PtMumbai
  1651. octez-accuser-PtNairob < "18.0" | >= "19.0"
  1652. octez-alcotezt < "17.3" | >= "19.0"
  1653. octez-baker-Proxford >= "19.0"
  1654. octez-baker-PtKathma
  1655. octez-baker-PtLimaPt
  1656. octez-baker-PtMumbai
  1657. octez-baker-PtNairob < "18.0" | >= "19.0"
  1658. octez-bls12-381-hash < "17.3"
  1659. octez-bls12-381-polynomial < "17.3"
  1660. octez-bls12-381-signature < "17.3"
  1661. octez-client < "18.0" | >= "19.0"
  1662. octez-codec < "18.0" | >= "19.0"
  1663. octez-crawler < "18.0" | >= "19.0"
  1664. octez-dac-client >= "19.0"
  1665. octez-dac-node >= "19.0"
  1666. octez-distributed-internal < "17.3" | >= "19.0"
  1667. octez-distributed-lwt-internal < "18.0" | >= "19.0"
  1668. octez-injector < "18.0" | >= "19.0"
  1669. octez-l2-libs >= "19.0"
  1670. octez-libs >= "19.0"
  1671. octez-mec < "17.3"
  1672. octez-node < "18.0" | >= "19.0"
  1673. octez-node-config < "18.0" | >= "19.0"
  1674. octez-plompiler
  1675. octez-plonk
  1676. octez-polynomial < "17.3"
  1677. octez-proto-libs >= "19.0"
  1678. octez-protocol-000-Ps9mPmXa-libs >= "19.0"
  1679. octez-protocol-001-PtCJ7pwo-libs >= "19.0"
  1680. octez-protocol-002-PsYLVpVv-libs >= "19.0"
  1681. octez-protocol-003-PsddFKi3-libs >= "19.0"
  1682. octez-protocol-004-Pt24m4xi-libs >= "19.0"
  1683. octez-protocol-005-PsBabyM1-libs >= "19.0"
  1684. octez-protocol-006-PsCARTHA-libs >= "19.0"
  1685. octez-protocol-007-PsDELPH1-libs >= "19.0"
  1686. octez-protocol-008-PtEdo2Zk-libs >= "19.0"
  1687. octez-protocol-009-PsFLoren-libs >= "19.0"
  1688. octez-protocol-010-PtGRANAD-libs >= "19.0"
  1689. octez-protocol-011-PtHangz2-libs >= "19.0"
  1690. octez-protocol-012-Psithaca-libs >= "19.0"
  1691. octez-protocol-013-PtJakart-libs >= "19.0"
  1692. octez-protocol-014-PtKathma-libs >= "19.0"
  1693. octez-protocol-015-PtLimaPt-libs >= "19.0"
  1694. octez-protocol-016-PtMumbai-libs >= "19.0"
  1695. octez-protocol-017-PtNairob-libs >= "19.0"
  1696. octez-protocol-018-Proxford-libs >= "19.0"
  1697. octez-protocol-alpha-libs >= "19.0"
  1698. octez-protocol-compiler < "18.0" | >= "19.0"
  1699. octez-proxy-server < "18.0" | >= "19.0"
  1700. octez-rpc-process
  1701. octez-shell-libs >= "19.0"
  1702. octez-signer < "18.0" | >= "19.0"
  1703. octez-smart-rollup-client-PtMumbai
  1704. octez-smart-rollup-client-PtNairob < "18.0"
  1705. octez-smart-rollup-node != "18.1"
  1706. octez-smart-rollup-node-alpha >= "19.0"
  1707. octez-smart-rollup-node-lib >= "19.0"
  1708. octez-smart-rollup-node-Proxford >= "19.0"
  1709. octez-smart-rollup-node-PtMumbai
  1710. octez-smart-rollup-node-PtNairob < "18.0" | >= "19.0"
  1711. octez-smart-rollup-wasm-benchmark-lib
  1712. octez-smart-rollup-wasm-debugger < "18.0" | >= "19.0"
  1713. octez-smart-rollup-wasm-debugger-lib
  1714. octez-smart-rollup-wasm-debugger-plugin
  1715. octez-tx-rollup-client-PtKathma
  1716. octez-tx-rollup-client-PtLimaPt
  1717. octez-tx-rollup-node-PtKathma
  1718. octez-tx-rollup-node-PtLimaPt
  1719. octez-validator
  1720. octez-version >= "19.0"
  1721. odash
  1722. odate >= "0.6"
  1723. odds >= "1.1"
  1724. odep
  1725. odepack >= "0.6.9"
  1726. odnnr
  1727. odoc >= "1.4.0"
  1728. odoc-parser
  1729. of_json
  1730. offheap
  1731. oframl
  1732. ogg = "0.6.0" | >= "0.7.0"
  1733. ohex
  1734. oidc
  1735. ojo
  1736. ojs
  1737. ojs_base
  1738. ojs_base_all
  1739. ojs_base_ppx
  1740. ojs_ed
  1741. ojs_filetree
  1742. ojs_list
  1743. olinq >= "0.3"
  1744. oma
  1745. omd >= "1.3.2"
  1746. ometrics
  1747. omg
  1748. omigrate
  1749. omlr >= "1.0.3"
  1750. omtl
  1751. oneffs
  1752. oniguruma
  1753. opam-0install
  1754. opam-0install-cudf
  1755. opam-bin >= "1.0.0"
  1756. opam-build
  1757. opam-check-npm-deps
  1758. opam-client >= "2.0.2"
  1759. opam-compiler
  1760. opam-core >= "2.0.2"
  1761. opam-custom-install
  1762. opam-devel >= "2.0.2"
  1763. opam-dune-lint >= "0.3"
  1764. opam-ed >= "0.4"
  1765. opam-file-format >= "2.1.0" & < "2.1.5"
  1766. opam-format >= "2.0.2"
  1767. opam-graph
  1768. opam-grep >= "0.2.0"
  1769. opam-installer >= "2.0.2"
  1770. opam-monorepo
  1771. opam-package-upgrade >= "0.2"
  1772. opam-publish >= "2.0.2"
  1773. opam-repository >= "2.0.2"
  1774. opam-solver >= "2.0.2"
  1775. opam-spin
  1776. opam-state >= "2.0.2"
  1777. opam-test
  1778. opam2web >= "2.0"
  1779. opam_bin_lib != "0.9.5"
  1780. opasswd >= "1.3.1"
  1781. opazl
  1782. openai
  1783. openai-gym
  1784. openapi
  1785. openapi_router
  1786. opencc0
  1787. opencc1
  1788. opencc1_1
  1789. openQASM
  1790. openstellina
  1791. opentelemetry
  1792. opentelemetry-client-cohttp-lwt
  1793. opentelemetry-client-ocurl
  1794. opentelemetry-cohttp-lwt
  1795. opentelemetry-lwt
  1796. opine
  1797. opium >= "0.17.0"
  1798. opium-graphql
  1799. opium-testing
  1800. opium_kernel >= "0.17.0"
  1801. oplot
  1802. oplsr
  1803. opomodoro
  1804. opsian
  1805. optal
  1806. opti
  1807. optimization1d >= "0.6.1"
  1808. optiml-transport
  1809. optint >= "0.0.2"
  1810. opus >= "0.2.0"
  1811. oraft
  1812. oranger >= "2.0.1"
  1813. order-i3-xfce
  1814. ordering
  1815. ordinal
  1816. ordinal_abbreviation
  1817. ordma >= "0.0.5"
  1818. orec >= "1.0.1"
  1819. orewa
  1820. orf
  1821. orgeat
  1822. orpie
  1823. orrandomForest
  1824. orsvm_e1071 >= "4.0.0"
  1825. ortac-core
  1826. ortac-qcheck-stm
  1827. ortac-runtime
  1828. ortac-runtime-qcheck-stm
  1829. orxgboost >= "1.1.0"
  1830. osc >= "0.2.0"
  1831. osc-lwt
  1832. osc-unix
  1833. osdp >= "1.1.1"
  1834. oseq >= "0.2"
  1835. osh
  1836. oskel
  1837. osnap
  1838. osx-secure-transport >= "0.1.1"
  1839. otf
  1840. otoggl
  1841. otoml
  1842. otr >= "0.3.6"
  1843. ounit = "2.1.2"
  1844. ounit-lwt < "2.2.0"
  1845. ounit2
  1846. ounit2-lwt
  1847. override
  1848. owee >= "0.3"
  1849. owi
  1850. owl >= "0.4.0"
  1851. owl-base >= "0.4.0"
  1852. owl-jupyter
  1853. owl-ode
  1854. owl-ode-base
  1855. owl-ode-odepack
  1856. owl-ode-sundials
  1857. owl-opt
  1858. owl-opt-lbfgs
  1859. owl-plplot
  1860. owl-symbolic
  1861. owl-top >= "0.4.0"
  1862. owl-zoo >= "0.4.0"
  1863. owork
  1864. ozulip
  1865. p4pp
  1866. p5scm
  1867. packstream
  1868. pacomb
  1869. paf
  1870. paf-cohttp
  1871. paf-le
  1872. pam
  1873. pancake
  1874. pandoc
  1875. pandoc-abbreviations
  1876. pandoc-comment
  1877. pandoc-crossref
  1878. pandoc-include
  1879. pandoc-inspect
  1880. pandoc-pdf2png
  1881. pandoc-replace
  1882. papi >= "0.1.1"
  1883. par_incr
  1884. parany >= "7.0.2"
  1885. pardi >= "2.0.2"
  1886. pari
  1887. pari-bindings
  1888. parmap >= "1.1.1"
  1889. parse-argv >= "0.2.0"
  1890. parsexp >= "v0.12.0"
  1891. parsexp_io >= "v0.12.0"
  1892. parsley
  1893. patch
  1894. patdiff >= "v0.12.1"
  1895. path_glob
  1896. patience_diff >= "v0.12.0"
  1897. patoline >= "0.2"
  1898. patricia-tree
  1899. pattern
  1900. pb
  1901. pb-plugin
  1902. pbkdf >= "1.0.0"
  1903. pbrt
  1904. pbrt_services
  1905. pbrt_yojson
  1906. pcap-format >= "0.5.2"
  1907. pcre >= "7.3.5"
  1908. pcre2
  1909. pds-reachability >= "0.2.2"
  1910. pecu >= "0.2"
  1911. petr4
  1912. petrol
  1913. pf-qubes
  1914. pg_query
  1915. pgocaml >= "4.0"
  1916. pgocaml_ppx
  1917. pgx >= "1.0"
  1918. pgx_async >= "1.0"
  1919. pgx_lwt >= "1.0"
  1920. pgx_lwt_mirage
  1921. pgx_lwt_unix
  1922. pgx_unix >= "1.0"
  1923. pgx_value_core
  1924. pgx_value_ptime
  1925. phantom-algebra >= "1.0.1"
  1926. phonetic
  1927. phylogenetics
  1928. piaf
  1929. picasso
  1930. piece_rope
  1931. piqi >= "0.7.8"
  1932. piqilib >= "0.6.16"
  1933. pixel_pusher
  1934. pkcs11 >= "0.18.0"
  1935. pkcs11-cli
  1936. pkcs11-driver
  1937. pkcs11-rev
  1938. pla >= "1.3"
  1939. plateau
  1940. plato
  1941. plebeia
  1942. plist-xml
  1943. plist-xml-lwt
  1944. plotkicadsch >= "0.4.0"
  1945. plotly
  1946. plplot >= "5.11.0-1"
  1947. polars
  1948. polars_async
  1949. polka
  1950. poll
  1951. polling_state_rpc
  1952. polly
  1953. polynomial
  1954. pomap >= "4.1.0"
  1955. popper
  1956. portaudio >= "0.2.2"
  1957. portaudio_c_bindings
  1958. portmidi
  1959. posix-base
  1960. posix-bindings
  1961. posix-getopt >= "2.0.0"
  1962. posix-signal
  1963. posix-socket
  1964. posix-socket-unix
  1965. posix-time2
  1966. posix-types >= "2.0.0"
  1967. posix-uname
  1968. posixat >= "v0.12.0"
  1969. postgres_async
  1970. postgresql >= "4.4.1"
  1971. pp
  1972. pp-binary-ints
  1973. pp_loc
  1974. pprint >= "20200226"
  1975. ppx-owl-opt
  1976. ppx_accessor
  1977. ppx_assert >= "v0.12.0"
  1978. ppx_bap
  1979. ppx_base >= "v0.12.0"
  1980. ppx_bench >= "v0.12.0"
  1981. ppx_bigarray >= "3.0.0"
  1982. ppx_bin_prot >= "v0.12.0"
  1983. ppx_bitstring >= "4.0.0"
  1984. ppx_blob >= "0.6.0"
  1985. ppx_bsx
  1986. ppx_camlrack
  1987. ppx_catch
  1988. ppx_cold
  1989. ppx_compare >= "v0.12.0"
  1990. ppx_compose >= "0.1.0"
  1991. ppx_const >= "2.0"
  1992. ppx_conv_func >= "v0.12.0"
  1993. ppx_counters
  1994. ppx_css
  1995. ppx_cstruct >= "3.3.0"
  1996. ppx_cstubs
  1997. ppx_csv_conv >= "v0.12.0"
  1998. ppx_custom_printf >= "v0.12.0"
  1999. ppx_decimal
  2000. ppx_default
  2001. ppx_defer >= "0.4.0"
  2002. ppx_demo
  2003. ppx_derive_at_runtime
  2004. ppx_derivers >= "1.2.1"
  2005. ppx_deriving = "4.3" | >= "4.5-1"
  2006. ppx_deriving_cad
  2007. ppx_deriving_cmdliner >= "0.5.1"
  2008. ppx_deriving_encoding
  2009. ppx_deriving_hardcaml >= "v0.12.0"
  2010. ppx_deriving_hash
  2011. ppx_deriving_jsoo
  2012. ppx_deriving_madcast >= "0.2"
  2013. ppx_deriving_popper
  2014. ppx_deriving_protobuf >= "2.7"
  2015. ppx_deriving_qcheck
  2016. ppx_deriving_rpc >= "6.1.0"
  2017. ppx_deriving_scad
  2018. ppx_deriving_yaml
  2019. ppx_deriving_yojson >= "3.3"
  2020. ppx_disable_unused_warnings
  2021. ppx_distr_guards >= "0.2"
  2022. ppx_dream_eml
  2023. ppx_enum
  2024. ppx_enumerate >= "v0.12.0"
  2025. ppx_expect >= "v0.12.0"
  2026. ppx_factory
  2027. ppx_fail >= "v0.12.0"
  2028. ppx_fast_pipe
  2029. ppx_fields_conv >= "v0.12.0"
  2030. ppx_fixed_literal
  2031. ppx_fun >= "0.0.9"
  2032. ppx_gen_rec >= "1.1.0"
  2033. ppx_getenv >= "2.0"
  2034. ppx_globalize
  2035. ppx_hash >= "v0.12.0"
  2036. ppx_here >= "v0.12.0"
  2037. ppx_ignore_instrumentation
  2038. ppx_import >= "1.5-3-gbd627d5"
  2039. ppx_inline_alcotest
  2040. ppx_inline_test >= "v0.12.0"
  2041. ppx_interact
  2042. ppx_irmin
  2043. ppx_jane >= "v0.12.0"
  2044. ppx_js_style >= "v0.12.0"
  2045. ppx_jsobject_conv >= "0.6.0"
  2046. ppx_jsonaf_conv
  2047. ppx_let >= "v0.12.0"
  2048. ppx_log
  2049. ppx_lun
  2050. ppx_make
  2051. ppx_map
  2052. ppx_matches
  2053. ppx_meta_conv >= "4.0.1"
  2054. ppx_minidebug
  2055. ppx_module_timer
  2056. ppx_monad
  2057. ppx_monoid >= "0.3.2"
  2058. ppx_mysql
  2059. ppx_mysql_identity
  2060. ppx_open
  2061. ppx_optcomp >= "v0.12.0"
  2062. ppx_optint
  2063. ppx_optional >= "v0.12.0"
  2064. ppx_parser
  2065. ppx_pattern_bind
  2066. ppx_pbt
  2067. ppx_pipebang >= "v0.12.0"
  2068. ppx_protocol_conv >= "3.1.0"
  2069. ppx_protocol_conv_json >= "3.1.0"
  2070. ppx_protocol_conv_jsonm
  2071. ppx_protocol_conv_msgpack >= "3.1.0"
  2072. ppx_protocol_conv_xml_light >= "3.1.0"
  2073. ppx_protocol_conv_xmlm
  2074. ppx_protocol_conv_yaml >= "3.1.0"
  2075. ppx_pyformat
  2076. ppx_python
  2077. ppx_rapper
  2078. ppx_rapper_async
  2079. ppx_rapper_lwt
  2080. ppx_regexp >= "0.4.0"
  2081. ppx_relit
  2082. ppx_repr
  2083. ppx_seq
  2084. ppx_sexp_conv >= "v0.12.0"
  2085. ppx_sexp_message >= "v0.12.0"
  2086. ppx_sexp_value >= "v0.12.0"
  2087. ppx_show
  2088. ppx_stable
  2089. ppx_stable_witness
  2090. ppx_string
  2091. ppx_string_interpolation
  2092. ppx_subliner
  2093. ppx_system
  2094. ppx_test >= "1.7.0"
  2095. ppx_there
  2096. ppx_tools >= "6.0+4.08.0"
  2097. ppx_tools_versioned >= "5.2.2"
  2098. ppx_trace
  2099. ppx_ts
  2100. ppx_tydi
  2101. ppx_type_directed_value
  2102. ppx_typed_fields
  2103. ppx_typerep_conv >= "v0.12.0"
  2104. ppx_tyre
  2105. ppx_units
  2106. ppx_update
  2107. ppx_variants_conv >= "v0.12.0"
  2108. ppx_viewpattern
  2109. ppx_wideopen
  2110. ppx_xml_conv >= "v0.12.0"
  2111. ppx_yojson
  2112. ppx_yojson_conv
  2113. ppx_yojson_conv_lib
  2114. ppxfind >= "1.3"
  2115. ppxlib >= "0.4.0"
  2116. ppxx >= "2.4.0"
  2117. pratter
  2118. prbnmcn-basic-structures
  2119. prbnmcn-cgrph
  2120. prbnmcn-clustering
  2121. prbnmcn-dagger
  2122. prbnmcn-dagger-gsl
  2123. prbnmcn-dagger-stats
  2124. prbnmcn-dagger-test
  2125. prbnmcn-gnuplot
  2126. prbnmcn-linalg
  2127. prbnmcn-mcts
  2128. prbnmcn-proptest
  2129. prbnmcn-stats
  2130. prbnmcn-ucb1
  2131. prc
  2132. preface
  2133. pretty_expressive
  2134. prettym
  2135. printbox >= "0.3"
  2136. printbox-html
  2137. printbox-md
  2138. printbox-text >= "0.6.1"
  2139. proc-smaps
  2140. process_limits
  2141. processor
  2142. producer
  2143. prof_spacetime >= "0.3.0"
  2144. profiling
  2145. profunctor
  2146. progress
  2147. prom
  2148. prometheus >= "0.6"
  2149. prometheus-app >= "0.6"
  2150. prometheus-liquidsoap >= "2"
  2151. promise
  2152. promise_jsoo
  2153. promise_jsoo_lwt
  2154. protocell
  2155. protocol-9p >= "1.0.0"
  2156. protocol-9p-tool >= "1.0.0"
  2157. protocol-9p-unix >= "1.0.0"
  2158. protocol_version_header >= "v0.12.0"
  2159. prr
  2160. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2161. psq >= "0.1.1"
  2162. ptmap >= "2.0.5"
  2163. ptset >= "1.0.1"
  2164. pulseaudio >= "0.1.4"
  2165. pure-splitmix >= "0.3"
  2166. pvec
  2167. py >= "1.1"
  2168. pyast
  2169. pyml >= "20210924"
  2170. pyml_bindgen >= "0.3.0"
  2171. pyre-ast
  2172. pythonlib
  2173. qbf >= "0.3"
  2174. qcheck >= "0.9"
  2175. qcheck-alcotest
  2176. qcheck-core
  2177. qcheck-lin
  2178. qcheck-multicoretests-util
  2179. qcheck-ounit
  2180. qcheck-stm
  2181. qinap
  2182. qiskit
  2183. qmp >= "0.19.0"
  2184. qrencode >= "0.2"
  2185. qtest >= "2.10.1"
  2186. queenshead
  2187. quests
  2188. quick_print
  2189. quickjs
  2190. radamsa
  2191. radare2 >= "0.0.3"
  2192. randii
  2193. randomconv >= "0.1.1"
  2194. randoml
  2195. range >= "0.8"
  2196. rangeSet
  2197. rankers
  2198. rawlink >= "1.0"
  2199. rawlink-eio
  2200. rawlink-lwt
  2201. raygui
  2202. raylib
  2203. rdbg >= "1.196.12"
  2204. rdf >= "0.13.0"
  2205. rdf_impls
  2206. rdf_json_ld
  2207. rdf_lwt
  2208. rdf_mysql
  2209. rdf_postgresql
  2210. rdf_ppx
  2211. re >= "1.9.0"
  2212. re2 >= "v0.12.1"
  2213. re2_stable
  2214. re_parser
  2215. rea
  2216. reactiveData >= "0.3.0"
  2217. reactjs-jsx-ppx
  2218. readline
  2219. reanalyze
  2220. reason >= "3.5.0"
  2221. reason-react
  2222. reason-react-ppx
  2223. reason-standard
  2224. received
  2225. record_builder >= "v0.12.0"
  2226. records >= "1.0.0"
  2227. reddit_api_async
  2228. reddit_api_kernel
  2229. redirect
  2230. redis >= "0.4"
  2231. redis-async
  2232. redis-lwt >= "0.4"
  2233. redis-sync >= "0.4"
  2234. reed-solomon-erasure >= "1.0.2"
  2235. reedsolomon >= "0.3"
  2236. refl
  2237. regenerate >= "0.2"
  2238. regex_parser_intf
  2239. relit_helper
  2240. remu_ts
  2241. reparse
  2242. reparse-lwt
  2243. reparse-lwt-unix
  2244. reparse-unix
  2245. repr
  2246. repr-bench
  2247. repr-fuzz
  2248. res >= "5.0.1"
  2249. res_tailwindcss
  2250. rescript-syntax
  2251. reshowcase
  2252. resource-pooling >= "1.1"
  2253. resource_cache >= "v0.12.0"
  2254. resp
  2255. resp-client
  2256. resp-mirage
  2257. resp-server >= "0.9"
  2258. resp-unix
  2259. resto
  2260. resto-acl
  2261. resto-cohttp
  2262. resto-cohttp-client
  2263. resto-cohttp-self-serving-client
  2264. resto-cohttp-server
  2265. resto-directory
  2266. resto-json
  2267. result >= "1.4"
  2268. rfc1951 >= "0.8.1" & != "1.0.0"
  2269. rfc6287 >= "1.0.4"
  2270. rfc7748
  2271. rfsm >= "1.6-alpha-3"
  2272. rhythm
  2273. ringo
  2274. ringo-lwt
  2275. rio
  2276. riot
  2277. river >= "0.2"
  2278. rock
  2279. roman
  2280. root1d >= "0.5.1"
  2281. rope >= "0.6.2"
  2282. rosa
  2283. rosetta >= "0.2.0"
  2284. routes
  2285. rpc >= "6.1.0"
  2286. rpc_parallel >= "v0.12.0"
  2287. rpclib >= "6.1.0"
  2288. rpclib-async >= "6.1.0"
  2289. rpclib-html
  2290. rpclib-js
  2291. rpclib-lwt >= "6.1.0"
  2292. rsdd
  2293. rss
  2294. rtop >= "3.5.0"
  2295. rtree
  2296. rungen
  2297. runtime_events_tools
  2298. rusage
  2299. SourceCode_ASCII
  2300. SZXX
  2301. safemoney
  2302. safepass >= "3.1"
  2303. sail >= "0.15"
  2304. sail_c_backend
  2305. sail_coq_backend
  2306. sail_doc_backend
  2307. sail_latex_backend
  2308. sail_lem_backend
  2309. sail_manifest
  2310. sail_ocaml_backend
  2311. sail_output
  2312. sail_smt_backend
  2313. sail_sv_backend
  2314. salsa20 >= "1.0.0"
  2315. salsa20-core >= "1.0.0"
  2316. samplerate >= "0.1.5"
  2317. sanddb >= "0.2"
  2318. sarek >= "20210823"
  2319. sarif
  2320. satex
  2321. saturn
  2322. saturn_lockfree
  2323. satyrographos
  2324. scad_ml
  2325. scaml
  2326. scfg
  2327. scgi
  2328. scipy
  2329. scrypt-kdf >= "1.0.0"
  2330. sd_logic
  2331. sdl-liquidsoap >= "3"
  2332. search
  2333. searchTree
  2334. secp256k1 >= "0.4.1"
  2335. secp256k1-internal
  2336. sedlex >= "2.0"
  2337. sek
  2338. sel
  2339. selective
  2340. semantic_version
  2341. semaphore-compat
  2342. semver >= "0.2.1"
  2343. semver2
  2344. sendmail
  2345. sendmail-lwt
  2346. sentry
  2347. seq >= "0.2" & < "base"
  2348. seqes
  2349. sequencer_table >= "v0.12.0"
  2350. serde
  2351. serde_debug
  2352. serde_derive
  2353. serde_json
  2354. serde_sexpr
  2355. serde_xml
  2356. serial
  2357. server-reason-react
  2358. session >= "0.4.1"
  2359. session-cohttp >= "0.4.1"
  2360. session-cohttp-async >= "0.4.1"
  2361. session-cohttp-lwt >= "0.4.1"
  2362. session-cookie
  2363. session-cookie-async
  2364. session-cookie-lwt
  2365. session-postgresql >= "0.4.1"
  2366. session-postgresql-async >= "0.4.1"
  2367. session-postgresql-lwt >= "0.4.1"
  2368. session-redis-lwt >= "0.4.1"
  2369. session-webmachine >= "0.4.1"
  2370. setcore >= "1.0.2"
  2371. sexp
  2372. sexp_decode
  2373. sexp_diff
  2374. sexp_diff_kernel
  2375. sexp_grammar
  2376. sexp_macro
  2377. sexp_pretty >= "v0.12.0"
  2378. sexp_select
  2379. sexp_string_quickcheck
  2380. sexplib >= "v0.12.0"
  2381. sexplib0 >= "v0.12.0"
  2382. sgf >= "1.0.1"
  2383. sha >= "1.13"
  2384. shades
  2385. shapefile
  2386. shared-block-ring >= "3.0.0"
  2387. shared-memory-ring >= "3.1.0"
  2388. shared-memory-ring-lwt >= "3.1.0"
  2389. shared-secret >= "0.4"
  2390. shell
  2391. sherlodoc
  2392. shexp >= "v0.12.0"
  2393. shine >= "0.2.2"
  2394. shuttle
  2395. shuttle_http
  2396. shuttle_ssl
  2397. shuttle_websocket
  2398. sifun
  2399. sihl
  2400. sihl-cache
  2401. sihl-contract
  2402. sihl-core
  2403. sihl-email
  2404. sihl-facade
  2405. sihl-persistence
  2406. sihl-queue
  2407. sihl-session
  2408. sihl-storage
  2409. sihl-token
  2410. sihl-type
  2411. sihl-user
  2412. sihl-web
  2413. simlog
  2414. simple63
  2415. sklearn
  2416. slack
  2417. slacko >= "0.14.1"
  2418. slug
  2419. smart-print >= "0.3.0"
  2420. smbc >= "0.5"
  2421. smol
  2422. smol-helpers
  2423. smtlib-utils
  2424. smtml
  2425. snappy >= "0.1.2"
  2426. snoke
  2427. so
  2428. sodium-fmt
  2429. solid
  2430. solid_server
  2431. solid_tools
  2432. solidity-alcotest
  2433. solidity-common
  2434. solidity-parser
  2435. solidity-test
  2436. solidity-typechecker
  2437. solo5-elftool
  2438. sortedseq_intersect
  2439. soundtouch >= "0.1.9"
  2440. soupault
  2441. spacetime_lib >= "0.3.0"
  2442. spatial-shell
  2443. spawn < "v0.9.0" | >= "v0.13.0"
  2444. spdx_licenses
  2445. spectrum
  2446. speex >= "0.4.0"
  2447. spelll >= "0.4"
  2448. spices
  2449. spin
  2450. splay_tree >= "v0.12.0"
  2451. splittable_random >= "v0.12.0"
  2452. spoc >= "20210823"
  2453. spoc_ppx
  2454. spoke
  2455. spotify-web-api >= "0.2.1"
  2456. spotlib >= "4.1.0"
  2457. sqlgg >= "20200521"
  2458. sqlite3 >= "4.4.1"
  2459. sqlite3_utils
  2460. srt
  2461. ssh-agent >= "0.2.0"
  2462. ssh-agent-unix
  2463. ssl >= "0.5.6"
  2464. starpath
  2465. stdcompat >= "19"
  2466. stdint >= "0.6.0"
  2467. stdint-literals
  2468. stdio >= "v0.12.0"
  2469. stdlib-diff
  2470. stdlib-random
  2471. stdlib-shims
  2472. stdune
  2473. stitch
  2474. stk
  2475. stk_iconv
  2476. stog >= "0.20.0"
  2477. stog_all
  2478. stog_asy
  2479. stog_dot
  2480. stog_extern
  2481. stog_markdown
  2482. stog_multi_doc
  2483. stog_nocaml
  2484. stog_noexec
  2485. stog_plugins
  2486. stog_rdf
  2487. stog_rel_href
  2488. stog_server
  2489. stog_server_multi
  2490. stog_sitemap
  2491. stog_writing
  2492. stored_reversed
  2493. stramon-lib
  2494. streamable
  2495. streaming
  2496. string_dict >= "v0.12.0"
  2497. stringCodepointSplitter
  2498. stringext >= "1.6.0"
  2499. sturgeon >= "0.4.2"
  2500. styled-ppx
  2501. subscriptions-transport-ws
  2502. subtype-refinement >= "0.2"
  2503. sun
  2504. svmwrap
  2505. swagger >= "0.2.0"
  2506. swhid
  2507. swhid_compute
  2508. swhid_core
  2509. swhid_types
  2510. swipl
  2511. syguslib-utils
  2512. syncweb
  2513. syndic >= "1.6.0"
  2514. sys-socket
  2515. sys-socket-unix
  2516. syslog >= "2.0.1"
  2517. syslog-message >= "1.0.0"
  2518. syslog-rfc5424
  2519. systemverilog >= "0.0.2"
  2520. tablecloth-base
  2521. tablecloth-melange
  2522. tablecloth-native < "transition"
  2523. taglib >= "0.3.7"
  2524. talaria-bibtex
  2525. tar >= "1.0.0"
  2526. tar-eio
  2527. tar-mirage >= "1.0.0"
  2528. tar-unix >= "1.0.0"
  2529. tcalc
  2530. tcpip >= "3.7.0"
  2531. tdigest
  2532. teash
  2533. telemetry
  2534. telltime
  2535. tensorboard
  2536. terminal
  2537. terminal_size >= "0.1.4"
  2538. terminus
  2539. terminus-cohttp
  2540. terminus-hlc
  2541. testu01
  2542. textmate-language
  2543. textrazor
  2544. textutils >= "v0.12.0"
  2545. textutils_kernel >= "v0.12.0"
  2546. textwrap >= "0.2.1"
  2547. tezos-008-PtEdo2Zk-test-helpers
  2548. tezos-009-PsFLoren-test-helpers
  2549. tezos-010-PtGRANAD-test-helpers
  2550. tezos-011-PtHangz2-test-helpers
  2551. tezos-012-Psithaca-test-helpers
  2552. tezos-013-PtJakart-test-helpers
  2553. tezos-014-PtKathma-test-helpers
  2554. tezos-accuser-006-PsCARTHA
  2555. tezos-accuser-007-PsDELPH1
  2556. tezos-accuser-008-PtEdo2Zk
  2557. tezos-accuser-008-PtEdoTez
  2558. tezos-accuser-009-PsFLoren
  2559. tezos-accuser-010-PtGRANAD
  2560. tezos-accuser-011-PtHangz2
  2561. tezos-accuser-012-Psithaca
  2562. tezos-accuser-013-PtJakart
  2563. tezos-accuser-014-PtKathma
  2564. tezos-accuser-alpha
  2565. tezos-alpha-test-helpers
  2566. tezos-baker-006-PsCARTHA
  2567. tezos-baker-007-PsDELPH1
  2568. tezos-baker-008-PtEdo2Zk
  2569. tezos-baker-008-PtEdoTez
  2570. tezos-baker-009-PsFLoren
  2571. tezos-baker-010-PtGRANAD
  2572. tezos-baker-011-PtHangz2
  2573. tezos-baker-012-Psithaca
  2574. tezos-baker-013-PtJakart
  2575. tezos-baker-014-PtKathma
  2576. tezos-baker-alpha
  2577. tezos-baking-006-PsCARTHA
  2578. tezos-baking-006-PsCARTHA-commands
  2579. tezos-baking-007-PsDELPH1
  2580. tezos-baking-007-PsDELPH1-commands
  2581. tezos-baking-008-PtEdo2Zk
  2582. tezos-baking-008-PtEdo2Zk-commands
  2583. tezos-baking-008-PtEdoTez
  2584. tezos-baking-008-PtEdoTez-commands
  2585. tezos-baking-009-PsFLoren
  2586. tezos-baking-009-PsFLoren-commands
  2587. tezos-baking-010-PtGRANAD
  2588. tezos-baking-010-PtGRANAD-commands
  2589. tezos-baking-011-PtHangz2
  2590. tezos-baking-011-PtHangz2-commands
  2591. tezos-baking-012-Psithaca
  2592. tezos-baking-012-Psithaca-commands
  2593. tezos-baking-013-PtJakart
  2594. tezos-baking-013-PtJakart-commands
  2595. tezos-baking-014-PtKathma
  2596. tezos-baking-014-PtKathma-commands
  2597. tezos-baking-015-PtLimaPt
  2598. tezos-baking-015-PtLimaPt-commands
  2599. tezos-baking-016-PtMumbai
  2600. tezos-baking-016-PtMumbai-commands
  2601. tezos-baking-017-PtNairob
  2602. tezos-baking-017-PtNairob-commands
  2603. tezos-baking-alpha
  2604. tezos-baking-alpha-commands
  2605. tezos-base
  2606. tezos-base-test-helpers
  2607. tezos-base58
  2608. tezos-benchmark >= "19.0"
  2609. tezos-bls12-381-polynomial
  2610. tezos-clic
  2611. tezos-client
  2612. tezos-client-000-Ps9mPmXa
  2613. tezos-client-001-PtCJ7pwo
  2614. tezos-client-001-PtCJ7pwo-commands
  2615. tezos-client-002-PsYLVpVv
  2616. tezos-client-002-PsYLVpVv-commands
  2617. tezos-client-003-PsddFKi3
  2618. tezos-client-003-PsddFKi3-commands
  2619. tezos-client-004-Pt24m4xi
  2620. tezos-client-004-Pt24m4xi-commands
  2621. tezos-client-005-PsBabyM1
  2622. tezos-client-005-PsBabyM1-commands
  2623. tezos-client-006-PsCARTHA
  2624. tezos-client-006-PsCARTHA-commands
  2625. tezos-client-007-PsDELPH1
  2626. tezos-client-007-PsDELPH1-commands
  2627. tezos-client-007-PsDELPH1-commands-registration
  2628. tezos-client-008-PtEdo2Zk
  2629. tezos-client-008-PtEdo2Zk-commands
  2630. tezos-client-008-PtEdo2Zk-commands-registration
  2631. tezos-client-008-PtEdoTez
  2632. tezos-client-008-PtEdoTez-commands
  2633. tezos-client-008-PtEdoTez-commands-registration
  2634. tezos-client-009-PsFLoren
  2635. tezos-client-009-PsFLoren-commands
  2636. tezos-client-009-PsFLoren-commands-registration
  2637. tezos-client-010-PtGRANAD
  2638. tezos-client-010-PtGRANAD-commands
  2639. tezos-client-010-PtGRANAD-commands-registration
  2640. tezos-client-011-PtHangz2
  2641. tezos-client-011-PtHangz2-commands
  2642. tezos-client-011-PtHangz2-commands-registration
  2643. tezos-client-012-Psithaca
  2644. tezos-client-012-Psithaca-commands
  2645. tezos-client-012-Psithaca-commands-registration
  2646. tezos-client-013-PtJakart
  2647. tezos-client-013-PtJakart-commands
  2648. tezos-client-013-PtJakart-commands-registration
  2649. tezos-client-014-PtKathma
  2650. tezos-client-015-PtLimaPt
  2651. tezos-client-016-PtMumbai
  2652. tezos-client-017-PtNairob
  2653. tezos-client-alpha
  2654. tezos-client-alpha-commands
  2655. tezos-client-alpha-commands-registration
  2656. tezos-client-base
  2657. tezos-client-base-unix
  2658. tezos-client-commands
  2659. tezos-client-demo-counter < "18.0" | >= "19.0"
  2660. tezos-client-genesis < "18.0" | >= "19.0"
  2661. tezos-client-genesis-carthagenet
  2662. tezos-client-sapling-008-PtEdo2Zk
  2663. tezos-client-sapling-008-PtEdoTez
  2664. tezos-client-sapling-009-PsFLoren
  2665. tezos-client-sapling-010-PtGRANAD
  2666. tezos-client-sapling-011-PtHangz2
  2667. tezos-client-sapling-012-Psithaca
  2668. tezos-client-sapling-013-PtJakart
  2669. tezos-client-sapling-alpha
  2670. tezos-codec
  2671. tezos-context
  2672. tezos-context-hash
  2673. tezos-context-hash-irmin
  2674. tezos-context-ops
  2675. tezos-crypto
  2676. tezos-crypto-dal
  2677. tezos-dac-client-lib >= "19.0"
  2678. tezos-dac-lib >= "19.0"
  2679. tezos-dac-node-lib >= "19.0"
  2680. tezos-dal-node-lib < "18.0" | >= "19.0"
  2681. tezos-dal-node-services < "18.0" | >= "19.0"
  2682. tezos-embedded-protocol-000-Ps9mPmXa
  2683. tezos-embedded-protocol-001-PtCJ7pwo
  2684. tezos-embedded-protocol-002-PsYLVpVv
  2685. tezos-embedded-protocol-003-PsddFKi3
  2686. tezos-embedded-protocol-004-Pt24m4xi
  2687. tezos-embedded-protocol-005-PsBABY5H
  2688. tezos-embedded-protocol-005-PsBabyM1
  2689. tezos-embedded-protocol-006-PsCARTHA
  2690. tezos-embedded-protocol-007-PsDELPH1
  2691. tezos-embedded-protocol-008-PtEdo2Zk
  2692. tezos-embedded-protocol-008-PtEdoTez
  2693. tezos-embedded-protocol-009-PsFLoren
  2694. tezos-embedded-protocol-010-PtGRANAD
  2695. tezos-embedded-protocol-011-PtHangz2
  2696. tezos-embedded-protocol-012-Psithaca
  2697. tezos-embedded-protocol-013-PtJakart
  2698. tezos-embedded-protocol-014-PtKathma
  2699. tezos-embedded-protocol-015-PtLimaPt
  2700. tezos-embedded-protocol-016-PtMumbai
  2701. tezos-embedded-protocol-017-PtNairob
  2702. tezos-embedded-protocol-alpha
  2703. tezos-embedded-protocol-demo-counter
  2704. tezos-embedded-protocol-demo-noops
  2705. tezos-embedded-protocol-genesis
  2706. tezos-embedded-protocol-genesis-carthagenet
  2707. tezos-endorser-006-PsCARTHA
  2708. tezos-endorser-007-PsDELPH1
  2709. tezos-endorser-008-PtEdo2Zk
  2710. tezos-endorser-008-PtEdoTez
  2711. tezos-endorser-009-PsFLoren
  2712. tezos-endorser-010-PtGRANAD
  2713. tezos-endorser-011-PtHangz2
  2714. tezos-endorser-alpha
  2715. tezos-error-monad
  2716. tezos-event-logging
  2717. tezos-event-logging-test-helpers
  2718. tezos-hacl < "15.0" | >= "17.1" & < "17.3"
  2719. tezos-hacl-glue
  2720. tezos-hacl-glue-unix
  2721. tezos-injector-013-PtJakart
  2722. tezos-injector-014-PtKathma
  2723. tezos-injector-015-PtLimaPt
  2724. tezos-injector-016-PtMumbai
  2725. tezos-injector-alpha
  2726. tezos-layer2-store
  2727. tezos-layer2-utils-016-PtMumbai
  2728. tezos-layer2-utils-017-PtNairob
  2729. tezos-lazy-containers
  2730. tezos-legacy-store
  2731. tezos-lmdb
  2732. tezos-lwt-result-stdlib < "15.0" | >= "17.1" & < "17.3"
  2733. tezos-mempool-006-PsCARTHA
  2734. tezos-mempool-007-PsDELPH1
  2735. tezos-mempool-008-PtEdoTez
  2736. tezos-micheline
  2737. tezos-micheline-rewriting
  2738. tezos-mockup
  2739. tezos-mockup-commands
  2740. tezos-mockup-proxy
  2741. tezos-mockup-registration
  2742. tezos-node
  2743. tezos-openapi
  2744. tezos-p2p
  2745. tezos-p2p-services
  2746. tezos-plompiler
  2747. tezos-plonk
  2748. tezos-protocol-000-Ps9mPmXa < "18.0" | >= "19.0"
  2749. tezos-protocol-001-PtCJ7pwo < "18.0" | >= "19.0"
  2750. tezos-protocol-002-PsYLVpVv < "18.0" | >= "19.0"
  2751. tezos-protocol-003-PsddFKi3 < "18.0" | >= "19.0"
  2752. tezos-protocol-004-Pt24m4xi < "18.0" | >= "19.0"
  2753. tezos-protocol-005-PsBABY5H < "18.0" | >= "19.0"
  2754. tezos-protocol-005-PsBabyM1 < "18.0" | >= "19.0"
  2755. tezos-protocol-006-PsCARTHA < "18.0" | >= "19.0"
  2756. tezos-protocol-006-PsCARTHA-parameters
  2757. tezos-protocol-007-PsDELPH1 < "18.0" | >= "19.0"
  2758. tezos-protocol-007-PsDELPH1-parameters
  2759. tezos-protocol-008-PtEdo2Zk < "18.0" | >= "19.0"
  2760. tezos-protocol-008-PtEdo2Zk-parameters
  2761. tezos-protocol-008-PtEdoTez < "18.0" | >= "19.0"
  2762. tezos-protocol-008-PtEdoTez-parameters
  2763. tezos-protocol-009-PsFLoren < "18.0" | >= "19.0"
  2764. tezos-protocol-009-PsFLoren-parameters
  2765. tezos-protocol-010-PtGRANAD < "18.0" | >= "19.0"
  2766. tezos-protocol-010-PtGRANAD-parameters
  2767. tezos-protocol-011-PtHangz2 < "18.0" | >= "19.0"
  2768. tezos-protocol-011-PtHangz2-parameters
  2769. tezos-protocol-012-Psithaca < "18.0" | >= "19.0"
  2770. tezos-protocol-012-Psithaca-parameters
  2771. tezos-protocol-013-PtJakart < "18.0" | >= "19.0"
  2772. tezos-protocol-013-PtJakart-parameters
  2773. tezos-protocol-014-PtKathma < "18.0" | >= "19.0"
  2774. tezos-protocol-015-PtLimaPt < "18.0" | >= "19.0"
  2775. tezos-protocol-016-PtMumbai < "18.0" | >= "19.0"
  2776. tezos-protocol-017-PtNairob < "18.0" | >= "19.0"
  2777. tezos-protocol-018-Proxford >= "19.0"
  2778. tezos-protocol-alpha < "18.0" | >= "19.0"
  2779. tezos-protocol-alpha-parameters
  2780. tezos-protocol-compiler
  2781. tezos-protocol-demo-counter < "18.0" | >= "19.0"
  2782. tezos-protocol-demo-noops < "18.0" | >= "19.0"
  2783. tezos-protocol-environment
  2784. tezos-protocol-environment-packer
  2785. tezos-protocol-environment-sigs
  2786. tezos-protocol-environment-structs
  2787. tezos-protocol-genesis < "18.0" | >= "19.0"
  2788. tezos-protocol-genesis-carthagenet
  2789. tezos-protocol-plugin-007-PsDELPH1
  2790. tezos-protocol-plugin-007-PsDELPH1-registerer
  2791. tezos-protocol-plugin-008-PtEdo2Zk
  2792. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  2793. tezos-protocol-plugin-009-PsFLoren
  2794. tezos-protocol-plugin-009-PsFLoren-registerer
  2795. tezos-protocol-plugin-010-PtGRANAD
  2796. tezos-protocol-plugin-010-PtGRANAD-registerer
  2797. tezos-protocol-plugin-011-PtHangz2
  2798. tezos-protocol-plugin-011-PtHangz2-registerer
  2799. tezos-protocol-plugin-012-Psithaca
  2800. tezos-protocol-plugin-012-Psithaca-registerer
  2801. tezos-protocol-plugin-012-Psithaca-tests
  2802. tezos-protocol-plugin-013-PtJakart
  2803. tezos-protocol-plugin-013-PtJakart-registerer
  2804. tezos-protocol-plugin-013-PtJakart-tests
  2805. tezos-protocol-plugin-014-PtKathma
  2806. tezos-protocol-plugin-014-PtKathma-registerer
  2807. tezos-protocol-plugin-015-PtLimaPt
  2808. tezos-protocol-plugin-015-PtLimaPt-registerer
  2809. tezos-protocol-plugin-016-PtMumbai
  2810. tezos-protocol-plugin-016-PtMumbai-registerer
  2811. tezos-protocol-plugin-017-PtNairob
  2812. tezos-protocol-plugin-017-PtNairob-registerer
  2813. tezos-protocol-plugin-alpha
  2814. tezos-protocol-plugin-alpha-registerer
  2815. tezos-protocol-plugin-alpha-tests
  2816. tezos-protocol-updater
  2817. tezos-proxy
  2818. tezos-proxy-server
  2819. tezos-proxy-server-config < "18.0" | >= "19.0"
  2820. tezos-requester
  2821. tezos-rpc
  2822. tezos-rpc-http
  2823. tezos-rpc-http-client
  2824. tezos-rpc-http-client-unix
  2825. tezos-rpc-http-server
  2826. tezos-sapling
  2827. tezos-scoru-wasm
  2828. tezos-scoru-wasm-fast
  2829. tezos-scoru-wasm-helpers
  2830. tezos-shell
  2831. tezos-shell-benchmarks
  2832. tezos-shell-context
  2833. tezos-shell-context-test
  2834. tezos-shell-services
  2835. tezos-shell-services-test-helpers
  2836. tezos-signer
  2837. tezos-signer-backends
  2838. tezos-signer-services
  2839. tezos-smart-rollup-016-PtMumbai
  2840. tezos-smart-rollup-017-PtNairob
  2841. tezos-smart-rollup-alpha
  2842. tezos-smart-rollup-layer2-016-PtMumbai
  2843. tezos-smart-rollup-layer2-017-PtNairob
  2844. tezos-stdlib >= "13.0" & < "15.0" | >= "17.1" & < "17.3"
  2845. tezos-stdlib-unix
  2846. tezos-storage
  2847. tezos-store
  2848. tezos-test-helpers < "15.0" | >= "17.1" & < "17.3"
  2849. tezos-test-helpers-extra
  2850. tezos-test-services
  2851. tezos-tooling
  2852. tezos-tree-encoding
  2853. tezos-tx-rollup-013-PtJakart
  2854. tezos-tx-rollup-014-PtKathma
  2855. tezos-tx-rollup-015-PtLimaPt
  2856. tezos-tx-rollup-alpha
  2857. tezos-tx-rollup-client-013-PtJakart
  2858. tezos-tx-rollup-client-014-PtKathma
  2859. tezos-tx-rollup-client-alpha
  2860. tezos-tx-rollup-node-013-PtJakart
  2861. tezos-tx-rollup-node-014-PtKathma
  2862. tezos-tx-rollup-node-alpha
  2863. tezos-validation
  2864. tezos-validator
  2865. tezos-version
  2866. tezos-wasmer >= "17.1" & < "17.3"
  2867. tezos-webassembly-interpreter
  2868. tezos-webassembly-interpreter-extra
  2869. tezos-workers
  2870. tezt
  2871. tezt-bam
  2872. tezt-tezos != "18.1"
  2873. theora >= "0.4.0"
  2874. thread-local-storage
  2875. thread-table
  2876. thrift >= "0.10.0"
  2877. tidy >= "5-0.2"
  2878. tidy_email
  2879. tidy_email_mailgun
  2880. tidy_email_sendgrid
  2881. tidy_email_smtp
  2882. tilde_f
  2883. time_now
  2884. timed >= "1.1"
  2885. timedesc
  2886. timedesc-json
  2887. timedesc-sexp
  2888. timedesc-tzdb
  2889. timedesc-tzlocal
  2890. timedesc-tzlocal-js
  2891. timere
  2892. timere-parse
  2893. timezone
  2894. timmy
  2895. timmy-jsoo
  2896. timmy-unix
  2897. tiny_httpd
  2898. tiny_httpd_camlzip
  2899. tip-parser >= "0.4"
  2900. tldr
  2901. tls >= "0.11.0"
  2902. tls-async
  2903. tls-eio
  2904. tls-liquidsoap
  2905. tls-lwt
  2906. tls-mirage
  2907. toc
  2908. tofn
  2909. togglelog
  2910. toml >= "5.0.0"
  2911. toml-cconv
  2912. toml_cconv
  2913. toplevel_backend
  2914. toplevel_expect_test >= "v0.12.0"
  2915. topojson
  2916. topojsone
  2917. topological_sort >= "v0.12.0"
  2918. torch
  2919. tqdm
  2920. trace
  2921. trace-fuchsia
  2922. trace-tef
  2923. tracing
  2924. tracy-client
  2925. trail
  2926. traits
  2927. trampoline
  2928. transept
  2929. traverse
  2930. travesty != "0.6.1"
  2931. travis-opam >= "1.5.0"
  2932. trax >= "0.4.0"
  2933. tree_layout >= "0.2"
  2934. treeprint >= "2.3.0"
  2935. trexio
  2936. trie >= "1.0.0"
  2937. tsdl-image >= "0.3.0"
  2938. tsdl-mixer >= "0.3.0"
  2939. tsdl-ttf >= "0.3"
  2940. tsort
  2941. tty
  2942. tube >= "4.4.0"
  2943. tuntap >= "1.7.0"
  2944. twostep
  2945. tyabt
  2946. type_eq
  2947. type_id
  2948. typeid
  2949. typerep >= "v0.12.0"
  2950. typeset
  2951. tyre >= "0.5"
  2952. tyxml >= "4.3.0"
  2953. tyxml-jsx
  2954. tyxml-lwd
  2955. tyxml-ppx >= "4.3.0"
  2956. tyxml-syntax
  2957. u2f
  2958. ubase
  2959. ubpf >= "0.2"
  2960. uecc >= "0.3"
  2961. uint >= "2.0.1"
  2962. ulid
  2963. um-abt
  2964. unidecode
  2965. unionFind
  2966. unisim_archisec
  2967. unison >= "2.51.4" & < "2.53.4"
  2968. universal-portal
  2969. universo
  2970. unix-errno >= "0.6.0"
  2971. unstrctrd
  2972. uri >= "2.2.0"
  2973. uri-bench
  2974. uri-re
  2975. uri-sexp
  2976. uring
  2977. uritemplate
  2978. urn
  2979. user-agent-parser
  2980. username_kernel
  2981. uspf
  2982. uspf-lwt
  2983. uspf-unix
  2984. utop >= "2.3.0"
  2985. uuuu >= "0.1.1"
  2986. validate
  2987. validator
  2988. variantslib >= "v0.12.0"
  2989. varray
  2990. vcaml
  2991. vcardgen >= "1.2"
  2992. vchan >= "4.0.0"
  2993. vchan-unix >= "4.0.0"
  2994. vchan-xen >= "4.0.0"
  2995. vdom
  2996. vec
  2997. vector
  2998. vector3 >= "1.0.0"
  2999. vendredi
  3000. vercel
  3001. vhd-format >= "0.12.0"
  3002. vhd-format-lwt >= "0.12.0"
  3003. virtual_dom >= "v0.12.0"
  3004. visitors >= "20200207"
  3005. vlq >= "0.2.1"
  3006. vlt
  3007. vmnet >= "1.3.2"
  3008. vocal
  3009. voqc
  3010. vorbis >= "0.8.0"
  3011. vpt >= "5.0.0"
  3012. vscoq-language-server
  3013. vue-jsoo
  3014. vue-ppx
  3015. wall >= "0.4"
  3016. wasmer
  3017. wasmtime
  3018. wayland
  3019. waylaunch
  3020. wcwidth
  3021. webauthn
  3022. weberizer >= "0.8"
  3023. webmachine >= "0.6.2"
  3024. websocket >= "2.12"
  3025. websocket-async >= "2.12"
  3026. websocket-lwt >= "2.12"
  3027. websocket-lwt-unix
  3028. websocketaf
  3029. webtest >= "2.0.0"
  3030. webtest-js
  3031. weevil
  3032. wikitext
  3033. win-error >= "1.0"
  3034. win-eventlog >= "0.3"
  3035. winsvc
  3036. ws
  3037. ws-server
  3038. wseg
  3039. wtf8 >= "1.0.2"
  3040. wtr
  3041. wtr-ppx
  3042. wu-manber-fuzzy-search
  3043. x509 >= "0.6.3"
  3044. xapi-backtrace >= "0.7"
  3045. xapi-inventory >= "1.2.1"
  3046. xapi-rrd >= "1.8.2"
  3047. xapi-stdext-date
  3048. xapi-stdext-encodings
  3049. xapi-stdext-pervasives
  3050. xapi-stdext-std
  3051. xapi-stdext-threads
  3052. xapi-stdext-unix
  3053. xapi-stdext-zerocheck
  3054. xcursor
  3055. xdg
  3056. xdg-basedir
  3057. xen-evtchn >= "2.1.0"
  3058. xen-evtchn-unix >= "2.1.0"
  3059. xen-gnt >= "3.1.0"
  3060. xen-gnt-unix >= "3.1.0"
  3061. xenstore >= "2.1.0"
  3062. xenstore_transport >= "1.1.0"
  3063. xmelly
  3064. xml-light >= "2.5"
  3065. xmldiff >= "0.7.0"
  3066. xmldiff_js
  3067. xmlplaylist >= "0.1.5"
  3068. xoshiro
  3069. xtmpl >= "0.19.0"
  3070. xtmpl_js
  3071. xtmpl_ppx
  3072. yaml >= "1.0.0"
  3073. yaml-sexp
  3074. yara >= "0.2"
  3075. yocaml
  3076. yocaml_cmark
  3077. yocaml_git
  3078. yocaml_jingoo
  3079. yocaml_markdown
  3080. yocaml_mustache
  3081. yocaml_syndication
  3082. yocaml_unix
  3083. yocaml_yaml
  3084. yojson >= "1.5.0"
  3085. yojson-bench
  3086. yurt >= "0.6"
  3087. yuscii >= "0.2.1"
  3088. yuujinchou
  3089. zanuda
  3090. zar
  3091. zarith-ppx
  3092. zarith_stubs_js
  3093. zed >= "2.0"
  3094. zeit
  3095. zelus
  3096. zelus-gtk
  3097. zipperposition >= "1.5.1"
  3098. zipperposition-tools
  3099. zlib >= "0.6"
  3100. zlist >= "0.4.0"
  3101. zmq >= "5.1.0"
  3102. zmq-async >= "5.1.0"
  3103. zmq-eio
  3104. zmq-lwt >= "5.1.0"
  3105. zstandard >= "v0.12.1"
  3106. zstd >= "0.3"
  3107. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"
OCaml

Innovation. Community. Security.