package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.11.0.tbz
sha256=1b9c7d7e134a8d3a9d715613f02910ecf31167df1ba226ede921a5fa7b0d6513
sha512=0f2911bae7371b491dcd0762ddac0ec5498a57b5a8a0915b97e0257e668d8a7e1675d177d12be2cfe39c6adb42276c4c55beb30cc4acf109b0102650a2691057

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 supports multi-package development by simply dropping multiple repositories into the same directory.

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