package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.15.3.tbz
sha256=3c27c7676414056f0368a71fdc670d2b0a59898090c78a1b68230984e5beb713
sha512=c88ac7a6ed9334a4bc6231ecfb0efaa961dda99bc386fd5b92505151ff833dfaf058d75305fbb64c496e570058ec9000ac6add06dda7a395e757e924af1d1a7f

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: 26 May 2024

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